VintaSoft Barcode .NET SDK 16.0: Документация для Веб разработчика
Vintasoft.Primitives Namespace / VintasoftPadding Structure / Equality(VintasoftPadding,VintasoftPadding) Operator
Синтаксис Требования Смотрите также
В этом разделе
Equality(VintasoftPadding,VintasoftPadding) Оператор (VintasoftPadding)
В этом разделе
Tests whether two specified T:Vintasoft.Primitives.VintasoftPadding objects are equivalent.
Синтаксис
'Declaration

Public Operator =( _
ByVal p1
The first T:Vintasoft.Primitives.VintasoftPadding to test.
As VintasoftPadding, _
ByVal p2
The second T:Vintasoft.Primitives.VintasoftPadding to test.
As VintasoftPadding _
) As Boolean
public bool operator ==(
VintasoftPadding p1,
VintasoftPadding p2
)

Parameters

p1
The first T:Vintasoft.Primitives.VintasoftPadding to test.
p2
The second T:Vintasoft.Primitives.VintasoftPadding to test.

Return Value

{b}true{/b} if the two T:Vintasoft.Primitives.VintasoftPadding objects are equal; 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

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