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

Public Overrides Function Equals( _
ByVal obj
The T:Vintasoft.Imaging.BitmapChannelsFormat to compare with the current T:Vintasoft.Imaging.BitmapChannelsFormat.
As Object _
) As Boolean
public override bool Equals(
object obj
)

Parameters

obj
The T:Vintasoft.Imaging.BitmapChannelsFormat to compare with the current T:Vintasoft.Imaging.BitmapChannelsFormat.

Return Value

{b}True{/b} if the specified T:Vintasoft.Imaging.BitmapChannelsFormat is equal to the current T:Vintasoft.Imaging.BitmapChannelsFormat; otherwise, {b}false{/b}.
Требования

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

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