1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Data
  6. /
  7. Point
  8. /
  9. op_Inequality

op_Inequality

Point Inequality operator

Determines whether two Point objects are not the same.

public static bool operator !=(Point left, Point right)
Parameter Type Description
left Point Left Point object.
right Point Right Point object.

Return Value

true

if both Point objects are not the same; otherwise,

false

See Also