Search Results for

    Show / Hide Table of Contents

    Class RectangleComparer

    Compares two rectangles for geometrical equality implementing IEqualityComparer.

    Inheritance
    Object
    RectangleComparer
    Implements
    IEqualityComparer<Rectangle>
    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 RectangleComparer : IEqualityComparer<Rectangle>

    Methods

    | Improve this Doc View Source

    Equals(Rectangle, Rectangle)

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

    GetHashCode(Rectangle)

    Declaration
    public int GetHashCode(Rectangle rectangle)
    Parameters
    Type Name Description
    Rectangle rectangle
    Returns
    Type Description
    Int32

    Implements

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