'Declaration Public Enum FormatConditionTextOperator Inherits System.Enum
public enum FormatConditionTextOperator : System.Enum
Member | Description |
---|---|
BeginsWith | The string being evaluated must begin with the value to which it is being compared in order for the condition to be met. |
Contains | The string being evaluated must match some part of the value to which it is being compared in order for the condition to be met. |
DoesNotContain | Negates the Contains value; the string being evaluated must not match any part of the value to which it is being compared in order for the condition to be met. |
EndsWith | The string being evaluated must end with the value to which it is being compared in order for the condition to be met. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2