[]
        
(Showing Draft Content)

C1.Util.DX.RectL.Equals

Equals Method

Equals(object)

Indicates whether this instance and a specified object are equal.

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

Equals(RectL)

Indicates whether this instance and a specified object are equal.

Declaration
public bool Equals(RectL other)
Parameters
Type Name Description
RectL other
Returns
Type Description
bool
Implements