DomainClassInheritanceComparer<T> Class
Visual Studio 2015
Class to order domain classes by their inheritance tree, so leaf classes come first.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
System::Object
Microsoft.VisualStudio.Modeling.DslDefinition::DomainClassInheritanceComparer<T>
Microsoft.VisualStudio.Modeling.DslDefinition::DomainClassInheritanceComparer
Microsoft.VisualStudio.Modeling.DslDefinition::DomainClassInheritanceComparer<T>
Microsoft.VisualStudio.Modeling.DslDefinition::DomainClassInheritanceComparer
| Name | Description | |
|---|---|---|
![]() | DomainClassInheritanceComparer<T>() |
| Name | Description | |
|---|---|---|
![]() | Compare(T, T) | Compare two domain classes |
![]() | Compare(Object^, Object^) | Compare two Domain Classes |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Do not use this class with a SortedList or SortedDictionary class as the fact that it returns 0 for unrelated classes means that keys will no longer be based on object identity.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

