Class SearchFilter.IsNotEqualTo
- Namespace
 - Microsoft.Exchange.WebServices.Data
 
- Assembly
 - Microsoft.Exchange.WebServices.dll
 
Represents a search filter that checks if a property is not equal to a given value or other property.
public sealed class SearchFilter.IsNotEqualTo : SearchFilter.RelationalFilter
  - Inheritance
 - 
      
      
      
      
      
      SearchFilter.IsNotEqualTo
 
- Inherited Members
 
Constructors
IsNotEqualTo()
Initializes a new instance of the SearchFilter.IsNotEqualTo class.
public IsNotEqualTo()
  IsNotEqualTo(PropertyDefinitionBase, PropertyDefinitionBase)
Initializes a new instance of the SearchFilter.IsNotEqualTo class.
public IsNotEqualTo(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)
  Parameters
propertyDefinitionPropertyDefinitionBaseThe definition of the property that is being compared. Property definitions are available as static members from schema classes (for example, EmailMessageSchema.Subject, AppointmentSchema.Start, ContactSchema.GivenName, etc.)
otherPropertyDefinitionPropertyDefinitionBaseThe definition of the property to compare with. Property definitions are available on schema classes (EmailMessageSchema, AppointmentSchema, etc.)
IsNotEqualTo(PropertyDefinitionBase, object)
Initializes a new instance of the SearchFilter.IsNotEqualTo class.
public IsNotEqualTo(PropertyDefinitionBase propertyDefinition, object value)
  Parameters
propertyDefinitionPropertyDefinitionBaseThe definition of the property that is being compared. Property definitions are available as static members from schema classes (for example, EmailMessageSchema.Subject, AppointmentSchema.Start, ContactSchema.GivenName, etc.)
valueobjectThe value to compare the property with.