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

    Show / Hide Table of Contents

    Equals Method

    Equals(Object)

    Specifies whether this Int32Point contains the same coordinates as the specified System.Object.

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

    Equals(Int32Point)

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

    Declaration
    public readonly bool Equals(Int32Point other)
    Parameters
    Type Name Description
    Int32Point 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
    Back to top Documentation Licensing Info Copyright AlterNET Software