[]
        
(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)
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)
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.