FilterHelperInvert Method |
Get the inverse operator the specific comparison.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string Invert(
string comparisonSymbol
)
Public Function Invert (
comparisonSymbol As String
) As String
Parameters
- comparisonSymbol
- Type: SystemString
The symbol to invert, from FilterSyms.
Return Value
Type:
StringThe inverse operator, if any, else an empty string.
See Also