Method | Description | |
---|---|---|
AreObjectsEqual ( object objectA, object objectB ) : bool |
Compares the properties of two objects of the same type and returns if all properties are equal.
|
Method | Description | |
---|---|---|
AreValuesEqual ( object valueA, object valueB ) : bool |
Compares two values and returns if they are the same.
|
|
CanDirectlyCompare ( |
Determines whether value instances of the specified type can be directly compared.
|
public static AreObjectsEqual ( object objectA, object objectB ) : bool | ||
objectA | object | The first object to compare. |
objectB | object | The second object to compre. |
return | bool |