IsNotEqualTo Method

CuttingEdge.Conditions

Overload List

  NameDescription
IsNotEqualTo(ConditionValidator<(Of <(Byte>)>), Byte)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo(ConditionValidator<(Of <(DateTime>)>), DateTime)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo(ConditionValidator<(Of <(Decimal>)>), Decimal)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo(ConditionValidator<(Of <(Double>)>), Double)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo(ConditionValidator<(Of <(Int16>)>), Int16)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo(ConditionValidator<(Of <(Int32>)>), Int32)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo(ConditionValidator<(Of <(Int64>)>), Int64)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>), Nullable<(Of <(T>)>))
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>), T)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo(ConditionValidator<(Of <(Single>)>), Single)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), T)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo(ConditionValidator<(Of <(Byte>)>), Byte, String)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo(ConditionValidator<(Of <(DateTime>)>), DateTime, String)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo(ConditionValidator<(Of <(Decimal>)>), Decimal, String)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo(ConditionValidator<(Of <(Double>)>), Double, String)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo(ConditionValidator<(Of <(Int16>)>), Int16, String)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo(ConditionValidator<(Of <(Int32>)>), Int32, String)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo(ConditionValidator<(Of <(Int64>)>), Int64, String)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>), Nullable<(Of <(T>)>), String)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>), T, String)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo(ConditionValidator<(Of <(Single>)>), Single, String)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.
IsNotEqualTo<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), T, String)
Checks whether the given value is unequal to the specified value. An exception is thrown otherwise.

See Also