Edit

Share via


SearchFilter.IsNotEqualTo Constructors

Definition

Overloads

SearchFilter.IsNotEqualTo()

Initializes a new instance of the IsNotEqualTo class.

SearchFilter.IsNotEqualTo(PropertyDefinitionBase, PropertyDefinitionBase)

Initializes a new instance of the IsNotEqualTo class with the specified property definitions.

SearchFilter.IsNotEqualTo(PropertyDefinitionBase, Object)

Initializes a new instance of the IsNotEqualTo class with the specified property definition and value to compare.

SearchFilter.IsNotEqualTo()

Initializes a new instance of the IsNotEqualTo class.

public:
 IsNotEqualTo();
public IsNotEqualTo ();
Public Sub New ()

Applies to

SearchFilter.IsNotEqualTo(PropertyDefinitionBase, PropertyDefinitionBase)

Initializes a new instance of the IsNotEqualTo class with the specified property definitions.

public:
 IsNotEqualTo(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ propertyDefinition, Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ otherPropertyDefinition);
public IsNotEqualTo (Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase propertyDefinition, Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase otherPropertyDefinition);
Public Sub New (propertyDefinition As PropertyDefinitionBase, otherPropertyDefinition As PropertyDefinitionBase)

Parameters

propertyDefinition
PropertyDefinitionBase

The definition of the property that is being compared.

otherPropertyDefinition
PropertyDefinitionBase

The definition of the property that is being compared.

Applies to

SearchFilter.IsNotEqualTo(PropertyDefinitionBase, Object)

Initializes a new instance of the IsNotEqualTo class with the specified property definition and value to compare.

public:
 IsNotEqualTo(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ propertyDefinition, System::Object ^ value);
public IsNotEqualTo (Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase propertyDefinition, object value);
Public Sub New (propertyDefinition As PropertyDefinitionBase, value As Object)

Parameters

propertyDefinition
PropertyDefinitionBase

The definition of the property that is being compared.

value
Object

The value to compare the property with.

Applies to