Operator operator ==
operator ==(Quadrilateral, Quadrilateral)
Determines whether two quadrilaterals have identical corner coordinates (after normalization).
public static bool operator ==(Quadrilateral a, Quadrilateral b)
Parameters
a
QuadrilateralThe first quadrilateral.
b
QuadrilateralThe second quadrilateral.
Returns
- bool
true
if all corners match; otherwise,false
.