DomainObjects Class Library

ColumnField.Equals Method (ColumnField)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(
   ColumnField other
);

Parameters

other
The obj.

Return Value

true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatable<T>.

See Also

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