DomainObjects Class Library

Key.Equals Method 

Determines whether the specified Object is equal to the current Object.

public bool Equals(
   Object obj
);

Parameters

obj
The Object to compare with the current Object.

Return Value

true if the specified Object is equal to the current Object; otherwise, false.

See Also

Key Class | DomainObjects.Facade.Domain Namespace