Operator operator !=
operator !=(Quadrilateral, Quadrilateral)
Determines whether two quadrilaterals differ in any corner coordinate.
public static bool operator !=(Quadrilateral a, Quadrilateral b)
Parameters
aQuadrilateralThe first quadrilateral.
bQuadrilateralThe second quadrilateral.
Returns
- bool
trueif any corner differs; otherwise,false.