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 SourceIEqualityComparer<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 |
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>