Class NamedAttributeComparer
Comparer to sort lists of INamedAttributes
Inheritance
System.Object
NamedAttributeComparer
Implements
System.Collections.IComparer
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 NamedAttributeComparer : IComparer
Constructors
| Improve this Doc View SourceNamedAttributeComparer()
Empty constructor
Declaration
public NamedAttributeComparer()
Explicit Interface Implementations
| Improve this Doc View SourceIComparer.Compare(Object, Object)
Declaration
int IComparer.Compare(object x, object y)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | x | |
| System.Object | y |
Returns
| Type | Description |
|---|---|
| System.Int32 |
Implements
System.Collections.IComparer