Click or drag to resize

BufferColumnInequality Operator

Return false when the two column reference the same fields with the same data types.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public static bool operator !=(
	BufferColumn a,
	BufferColumn b
)

Parameters

a
Type: Aloe.SystemFrameworks.Domain.DataAccessBufferColumn
A.
b
Type: Aloe.SystemFrameworks.Domain.DataAccessBufferColumn
The b.

Return Value

Type: Boolean
False if the columns reference the same fields with the same data types.
See Also