The FilterCompareTo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FilterCompareTo |
Create a compare filter and initialize the data used in comparisons.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Filter | Overloaded. | |
| 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 | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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.
|