Class NotEqualsRule
- Namespace
 - Dynamicweb.Ecommerce.Orders.Validation.Rules
 
- Assembly
 - Dynamicweb.Ecommerce.dll
 
The class NotEqualsRule represents Rule based on not equals checking.
  
  [AddInName("Not equals")]
[AddInUseParameters(true)]
[AddInOrder(3)]
public class NotEqualsRule : EqualsRule
  - Inheritance
 - 
      
      
      
      NotEqualsRule
 
- Inherited Members
 
Methods
Validates(string)
Validates value according the "not equals" checking.
  
  public override bool Validates(string value)
  Parameters
valuestring- The value to validate.