Show / Hide Table of Contents

Class LayerComparer

Inheritance
System.Object
LayerComparer
Implements
System.Collections.Generic.IEqualityComparer<Layer>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability.Attribute
Assembly: CADability.dll
Syntax
public class LayerComparer : IEqualityComparer<Layer>

Explicit Interface Implementations

| Improve this Doc View Source

IEqualityComparer<Layer>.Equals(Layer, Layer)

Declaration
bool IEqualityComparer<Layer>.Equals(Layer x, Layer y)
Parameters
Type Name Description
Layer x
Layer y
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IEqualityComparer<Layer>.GetHashCode(Layer)

Declaration
int IEqualityComparer<Layer>.GetHashCode(Layer obj)
Parameters
Type Name Description
Layer obj
Returns
Type Description
System.Int32

Implements

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