Overload List
Name | Description | |
---|---|---|
Equality(DatabaseObject, DatabaseObject) |
Compares whether two objects are equal using the distinct values of each object.
Specifically, true is returned if the distinct values match, both objects are
not Nothing and both object types are the same.
|
|
Equality(DatabaseObject, IDatabaseObject) |
Compares whether two objects are equal using the distinct values of each object.
Specifically, true is returned if the distinct values match, both objects are
not Nothing and both object types are the same.
|
|
Equality(IDatabaseObject, DatabaseObject) |
Compares whether two objects are equal using the distinct values of each object.
Specifically, true is returned if the distinct values match, both objects are
not Nothing and both object types are the same.
|