Click or drag to resize

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
)

Parameters

comparisonSymbol
Type: SystemString
The symbol to invert, from FilterSyms.

Return Value

Type: String
The inverse operator, if any, else an empty string.
See Also