Search Results for

    Show / Hide Table of Contents

    Class PointComparer

    Compares two points for geometric equality implementing IEqualityComparer.

    Inheritance
    Object
    PointComparer
    Implements
    IEqualityComparer<Point>
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Advanced.Algorithms.Geometry
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class PointComparer : IEqualityComparer<Point>

    Methods

    | Improve this Doc View Source

    Equals(Point, Point)

    Declaration
    public bool Equals(Point x, Point y)
    Parameters
    Type Name Description
    Point x
    Point y
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    GetHashCode(Point)

    Declaration
    public int GetHashCode(Point point)
    Parameters
    Type Name Description
    Point point
    Returns
    Type Description
    Int32

    Implements

    System.Collections.Generic.IEqualityComparer<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX