[]
        
(Showing Draft Content)

C1.Win.Interop.Thickness.Equals

Equals Method

Equals(object)

Compares this Windows.UI.Xaml.Thickness structure to another System.Object for equality.

Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
Type Name Description
object obj

The object to compare.

Returns
Type Description
bool

true if the two objects are equal; otherwise, false.

Overrides

Equals(Thickness)

Compares this Windows.UI.Xaml.Thickness structure to another Thickness structure for equality.

Declaration
public bool Equals(Thickness thickness)
Public Function Equals(thickness As Thickness) As Boolean
Parameters
Type Name Description
Thickness thickness

An instance of Thickness to compare for equality.

Returns
Type Description
bool

true if the two instances of Windows.UI.Xaml.Thickness are equal; otherwise, false.