Polygon.Equals

Equals(ICurvePolygon)

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

public bool Equals(ICurvePolygon other)
ParameterTypeDescription
otherICurvePolygonThe object to compare with the current object.

Return Value

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

See Also


Equals(IPolygon)

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

public bool Equals(IPolygon other)
ParameterTypeDescription
otherIPolygonThe object to compare with the current object.

Return Value

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

See Also


Equals(object)

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

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe object to compare with the current object.

Return Value

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

See Also