SearchFilter.IsEqualTo Constructors

Definition

Overloads

SearchFilter.IsEqualTo()

Initializes a new instance of the SearchFilter.IsEqualTo class.

SearchFilter.IsEqualTo(PropertyDefinitionBase, PropertyDefinitionBase)

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

SearchFilter.IsEqualTo(PropertyDefinitionBase, Object)

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

SearchFilter.IsEqualTo()

Initializes a new instance of the SearchFilter.IsEqualTo class.

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

Applies to

SearchFilter.IsEqualTo(PropertyDefinitionBase, PropertyDefinitionBase)

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

public:
 IsEqualTo(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ propertyDefinition, Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ otherPropertyDefinition);
public IsEqualTo (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.IsEqualTo(PropertyDefinitionBase, Object)

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

public:
 IsEqualTo(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ propertyDefinition, System::Object ^ value);
public IsEqualTo (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