Overload List

  Name Description
Public operator Static member Inequality(DatabaseObject, DatabaseObject)
Compares whether two objects are not equal using the distinct values of each object. Specifically, true is returned if the distinct values do not match, an object is Nothing or both object types are not the same.
Public operator Static member Inequality(DatabaseObject, IDatabaseObject)
Compares whether two objects are not equal using the distinct values of each object. Specifically, true is returned if the distinct values do not match, an object is Nothing or both object types are not the same.
Public operator Static member Inequality(IDatabaseObject, DatabaseObject)
Compares whether two objects are not equal using the distinct values of each object. Specifically, true is returned if the distinct values do not match, an object is Nothing or both object types are not the same.

See Also