Click or drag to resize

RecordRestrictionInequality Operator

Compares to record restrictions for inequality.

Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static bool operator !=(
	RecordRestriction left,
	RecordRestriction right
)
View Source

Parameters

left  RecordRestriction
RecordRestriction left operand.
right  RecordRestriction
RecordRestriction right operand.

Return Value

Boolean
true if record restrictions are not equal; otherwise, false.
See Also