VintaSoft Twain .NET SDK 15.4: Руководство для .NET разработчика
Vintasoft.Imaging Namespace / ColorChannelsOrder Class / Equals(Object) Method
Синтаксис Требования Смотрите также
В этом разделе
Equals(Object) Метод (ColorChannelsOrder)
В этом разделе
Determines whether the specified ColorChannelsOrder is equal to the current ColorChannelsOrder.
Синтаксис
'Declaration

Public Overrides Function Equals( _
ByVal obj
The ColorChannelsOrder to compare with the current ColorChannelsOrder.
As Object _
) As Boolean
public override bool Equals(
object obj
)

Parameters

obj
The ColorChannelsOrder to compare with the current ColorChannelsOrder.

Return Value

True if the specified ColorChannelsOrder is equal to the current ColorChannelsOrder; otherwise, false.
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также