Class StandardTypeComparator
Inheritance
System.Object
StandardTypeComparator
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class StandardTypeComparator : ITypeComparator
Methods
|
Edit this page
View Source
CanCompare(Object, Object)
Declaration
public bool CanCompare(object left, object right)
Parameters
Type |
Name |
Description |
System.Object |
left |
|
System.Object |
right |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Compare(Object, Object)
Declaration
public int Compare(object left, object right)
Parameters
Type |
Name |
Description |
System.Object |
left |
|
System.Object |
right |
|
Returns
Type |
Description |
System.Int32 |
|