Method Equals
Equals(object)
Determines whether the specified object is equal to the current quadrilateral.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current quadrilateral.
Returns
- bool
true
if 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
other
QuadrilateralThe quadrilateral to compare with.
Returns
- bool
true
if all four corners match; otherwise,false
.