Method Equals
Equals(object)
Determines whether the specified object is equal to the current quadrilateral.
public override bool Equals(object obj)
Parameters
objobjectThe object to compare with the current quadrilateral.
Returns
- bool
trueif the specified object is equal to the current quadrilateral; otherwise,false.
Equals(Quadrilateral)
Determines whether another quadrilateral has identical corner coordinates.
public bool Equals(Quadrilateral other)
Parameters
otherQuadrilateralThe quadrilateral to compare with.
Returns
- bool
trueif all four corners match; otherwise,false.