Operator Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class Operator
public enum Operator
type Operator =
Public Enum Operator
- Inheritance
-
Operator
Fields
Name | Value | Description |
---|---|---|
Equals | 0 | |
Contains | 1 | |
EndsWith | 2 | |
IsPresent | 3 | |
IssuerEquals | 4 | |
OriginalIssuerEquals | 5 | |
RegexMatches | 6 | |
StartsWith | 7 |