Overload List

  Name Description
Public operator Static member 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.
Public operator Static member 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.
Public operator Static member 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.

See Also