Interface ITypeComparator
Assembly: Steeltoe.Common.Abstractions.dll
Syntax
public interface ITypeComparator
Methods
|
Edit this page
View Source
CanCompare(Object, Object)
Declaration
bool CanCompare(object firstObject, object secondObject)
Parameters
Type |
Name |
Description |
System.Object |
firstObject |
|
System.Object |
secondObject |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Compare(Object, Object)
Declaration
int Compare(object firstObject, object secondObject)
Parameters
Type |
Name |
Description |
System.Object |
firstObject |
|
System.Object |
secondObject |
|
Returns
Type |
Description |
System.Int32 |
|