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

    Show / Hide Table of Contents

    Equals Method

    Equals(Object)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override readonly bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj

    The object to compare with the current object.

    Returns
    Type Description
    System.Boolean

    true if the specified object is equal to the current object; otherwise, false.

    Overrides
    System.ValueType.Equals(System.Object)

    Equals(Point)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public readonly bool Equals(Point other)
    Parameters
    Type Name Description
    Point other

    An object to compare with this object.

    Returns
    Type Description
    System.Boolean

    true if the current object is equal to other; otherwise, false.

    Implements
    System.IEquatable<T>.Equals(T)
    In This Article
    • Equals(Object)
    • Equals(Point)
    Back to top Documentation Licensing Info Copyright AlterNET Software