SearchFilter.IsEqualTo Class

Definition

Represents a search filter that determines wheter a property is equal to a given value or other property.

public: ref class SearchFilter::IsEqualTo sealed : Microsoft::Exchange::WebServices::Data::SearchFilter::RelationalFilter
public sealed class SearchFilter.IsEqualTo : Microsoft.Exchange.WebServices.Data.SearchFilter.RelationalFilter
Public NotInheritable Class SearchFilter.IsEqualTo
Inherits SearchFilter.RelationalFilter
Inheritance

Constructors

SearchFilter.IsEqualTo()

Initializes a new instance of the SearchFilter.IsEqualTo class.

SearchFilter.IsEqualTo(PropertyDefinitionBase, Object)

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

SearchFilter.IsEqualTo(PropertyDefinitionBase, PropertyDefinitionBase)

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

Properties

OtherPropertyDefinition

Gets or sets the property definition of the property to be compared.

(Inherited from SearchFilter.RelationalFilter)
PropertyDefinition

Gets or sets an item property that is used to filter the search.

(Inherited from SearchFilter.PropertyBasedFilter)
Value

Gets or sets the value of the property to be compared.

(Inherited from SearchFilter.RelationalFilter)

Applies to