DomainObjects Class Library

ColumnField.Equals Method (Object)

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

public override 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.

Exceptions

Exception Type Condition
NullReferenceException The obj parameter is null.

See Also

ColumnField Class | DomainObjects.Facade.Command.Expression Namespace | ColumnField.Equals Overload List