DoesNotEndWith Method

CuttingEdge.Conditions

Overload List

  NameDescription
DoesNotEndWith(ConditionValidator<(Of <(String>)>), String)
Checks whether the end of the given value does not match the specified value. An exception is thrown otherwise.
DoesNotEndWith(ConditionValidator<(Of <(String>)>), String, String)
Checks whether the end of the given value does not match the specified value. An exception is thrown otherwise.
DoesNotEndWith(ConditionValidator<(Of <(String>)>), String, StringComparison)
Checks whether the end of the given value does not match the specified value using the specified comparison option. An exception is thrown otherwise.
DoesNotEndWith(ConditionValidator<(Of <(String>)>), String, StringComparison, String)
Checks whether the end of the given value does not match the specified value using the specified comparison option. An exception is thrown otherwise.

See Also