The FilterCompareTo type exposes the following members.

Constructors

  NameDescription
FilterCompareTo
Create a compare filter and initialize the data used in comparisons.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FilterOverloaded.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ShouldFilter
If the page should be filtered.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Condition
Filter comparer for non-text comparisons.
PropertyName
The name of the property to compare the value to.
PropertyValue
The value used to compare PropertyName against.
StringComparison
Gets or sets the string comparison that is used to compare strings.

See Also