Equality Operator (Thickness)
'Declaration
Public Operator =( _
ByVal As Thickness, _
ByVal As Thickness _
) As System.Boolean
public System.bool operator ==(
Thickness ,
Thickness
)
Parameters
- t1
- The first structure to compare.
- t2
- The other structure to compare.
Return Value
true if the two instances of Windows.UI.Xaml.Thickness are equal; otherwise, false.