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