Show / Hide Table of Contents

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 Source

NamedAttributeComparer()

Empty constructor

Declaration
public NamedAttributeComparer()

Explicit Interface Implementations

| Improve this Doc View Source

IComparer.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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX