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

    Show / Hide Table of Contents

    Equality Operator

    Equality(Point, Point)

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

    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