VintaSoft Barcode .NET SDK 16.0: Руководство для .NET разработчика
Vintasoft.Imaging Namespace / Palette Class / Equals(Object) Method
Синтаксис Требования Смотрите также
В этом разделе
Equals(Object) Метод (Palette)
В этом разделе
Returns a value indicating whether two T:Vintasoft.Imaging.Palette instances are equal.
Синтаксис
'Declaration

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

Parameters

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

Return Value

{b}True{/b} if the specified T:Vintasoft.Imaging.Palette is equal to the current T:Vintasoft.Imaging.Palette; 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

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