[]
        
(Showing Draft Content)

C1.Util.DX.PointerSize.Equals

Equals Method

Equals(PointerSize)

Determines whether the specified PointerSize is equal to this instance.

Declaration
public bool Equals(PointerSize other)
Parameters
Type Name Description
PointerSize other

The PointerSize to compare with this instance.

Returns
Type Description
bool

true if the specified PointerSize is equal to this instance; otherwise, false.

Equals(object)

Determines whether the specified object is equal to this instance.

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

The object to compare with this instance.

Returns
Type Description
bool

true if the specified object is equal to this instance; otherwise, false.

Overrides