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