Property | Type | Description | |
---|---|---|---|
Operator | Op | ||
RightHandSide | object | ||
Source | ISource |
Method | Description | |
---|---|---|
True ( ) : bool |
Tests the conditions and returns the result
|
|
When ( |
Initialise a new instance against a reference
|
|
When ( ISource source, Op @operator, object rightHandSide ) : System |
Initalise a new instance against a source
|
Method | Description | |
---|---|---|
DecimalCompare ( decimal value ) : bool | ||
IntCompare ( int value ) : bool | ||
StringCompare ( string value ) : bool |
public When ( |
||
reference | ||
@operator | Op | |
rightHandSide | object | |
return | System |
public When ( ISource source, Op @operator, object rightHandSide ) : System | ||
source | ISource | |
@operator | Op | |
rightHandSide | object | |
return | System |