Search Results for

    Show / Hide Table of Contents

    Class XbimShapeEqualityComparer

    Conpares the shape data of two geometry objects to see if they are the same

    Inheritance
    System.Object
    XbimShapeEqualityComparer
    Implements
    System.Collections.Generic.IEqualityComparer<XbimGeometryData>
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Common.Geometry
    Assembly: Xbim.Common.dll
    Syntax
    public class XbimShapeEqualityComparer : IEqualityComparer<XbimGeometryData>

    Methods

    | Improve this Doc View Source

    Equals(XbimGeometryData, XbimGeometryData)

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

    GetHashCode(XbimGeometryData)

    Declaration
    public int GetHashCode(XbimGeometryData obj)
    Parameters
    Type Name Description
    XbimGeometryData obj
    Returns
    Type Description
    System.Int32

    Implements

    System.Collections.Generic.IEqualityComparer<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim