Compares this Windows.UI.Xaml.Thickness structure to another System.Object for equality.
'Declaration
Public Overloads Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- The object to compare.
Return Value
true if the two objects are equal; otherwise, false.