DomainObjects Class Library

ColumnField Equality Operator 

Implements the operator ==.

public static bool operator ==(
   ColumnField left,
   ColumnField right
);

Parameters

left
The left.
right
The right.

Return Value

The result of the operator.

See Also

ColumnField Class | DomainObjects.Facade.Command.Expression Namespace