[]
        
(Showing Draft Content)

C1.Util.DX.Size2F.Equals

Equals Method

Equals(Size2F)

Indicates whether this instance and a specified object are equal.

Declaration
public bool Equals(Size2F other)
Public Function Equals(other As Size2F) As Boolean
Parameters
Type Name Description
Size2F other
Returns
Type Description
bool
Implements

Equals(object)

Indicates whether this instance and a specified object are equal.

Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides