[This is preliminary documentation and is subject to change.]
Allows two conditions to be compared to one another using the != operator
Namespace: Clarion.Framework.CoreAssembly: 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