[]
        
(Showing Draft Content)

GrapeCity.Drawing.SizeInt.Equals

Equals Method

Equals(object)

Indicates whether this value and a specified value are equal.

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

The value to compare with the current value.

Returns
Type Description
bool

true if obj and this value are the same type and represent the same value; otherwise, false.

Overrides

Equals(SizeInt)

Indicates whether this value and a specified value are equal.

Declaration
public bool Equals(SizeInt obj)
Public Function Equals(obj As SizeInt) As Boolean
Parameters
Type Name Description
SizeInt obj

The value to compare with the current value.

Returns
Type Description
bool

true if obj and this value represent the same value; otherwise, false.

Implements