[]
        
(Showing Draft Content)

C1.Framework.Thickness.Equals

Equals Method

Equals(object)

Determines whether the value of the specified object is equivalent to the current Thickness.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

The object to compare to the current Thickness.

Returns
Type Description
bool

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

Overrides