[This is preliminary documentation and is subject to change.]

Allows two conditions to be compared to one another using the != operator

Namespace: Clarion.Framework.Core
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public static bool operator !=(
	Rule..::..Condition c1,
	Rule..::..Condition c2
)

Parameters

c1
Type: Clarion.Framework.Core..::..Rule..::..Condition
The left-hand condition
c2
Type: Clarion.Framework.Core..::..Rule..::..Condition
The right-hand condition

Return Value

True if the two conditions are NOT equal, otherwise False

See Also