DomainClassInheritanceComparer<T>.Compare Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Compare(Object, Object) |
Compare two Domain Classes |
Compare(T, T) |
Compare two domain classes |
Compare(Object, Object)
Compare two Domain Classes
public:
virtual int Compare(System::Object ^ x, System::Object ^ y);
public int Compare (object x, object y);
abstract member Compare : obj * obj -> int
override this.Compare : obj * obj -> int
Public Function Compare (x As Object, y As Object) As Integer
Parameters
- x
- Object
- y
- Object
Returns
Implements
Applies to
Compare(T, T)
Compare two domain classes
public:
virtual int Compare(T x, T y);
public int Compare (T x, T y);
abstract member Compare : 'T * 'T -> int
override this.Compare : 'T * 'T -> int
Public Function Compare (x As T, y As T) As Integer
Parameters
- x
- T
- y
- T