Click or drag to resize

StringComparisonTypes Enumeration

String comparison types, often used in conjunction with System.StringComparison to provide a wide variety of string comparision options.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum StringComparisonTypes
Members
  Member nameValueDescription
Equals1 The strings should be equal (per the System.String.Equals function).
Contains2 The strings should be equal (per the System.String.Contains function).
See Also