Equals

Figure.Equals method

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe compared object.

Return Value

The result of equals

See Also