• Overview
  • How it works
  • Documentation
  • Blog
  • Forum
Search Results for

    Show / Hide Table of Contents

    Inequality Operator

    Inequality(Point, Point)

    Compares two Point objects. The result specifies whether the values of the X or Y properties of the two Point objects are unequal.

    Declaration
    public static bool operator !=(Point left, Point right)
    Parameters
    Type Name Description
    Point left
    Point right
    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top Documentation Licensing Info Copyright AlterNET Software