[]
        
(Showing Draft Content)

C1.Framework.Corners.Equals

Equals Method

Equals(object)

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

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

The object to compare to the current Corners.

Returns
Type Description
bool

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

Overrides