MatchType Enumeration
The MatchType enumeration specifies the type of comparison used in a search.
Assembly: System.DirectoryServices.AccountManagement (in System.DirectoryServices.AccountManagement.dll)
| Member name | Description | |
|---|---|---|
| Equals | The search results include values that equal the supplied value. If the supplied value specifies a date and time, the returned collection includes objects that have the same date and time. | |
| GreaterThan | The search results include values that are greater than the supplied value. If the supplied value specifies a date and time, the returned collection includes objects that are dated after the specified date and time. | |
| GreaterThanOrEquals | The search results include values that are greater than or equal to the supplied value. If the supplied value specifies a date and time, the returned collection includes objects that are dated on or after the specified date and time. | |
| LessThan | The search results include values that are less than the supplied value. If the supplied value specifies a date and time, the returned collection includes objects that are dated prior to the specified date and time. | |
| LessThanOrEquals | The search results include values that are less than or equal to the supplied value. If the supplied value specifies a date and time, the returned collection includes objects that are dated prior to or on the specified date and time. | |
| NotEquals | The search results include values that are not equal to the supplied value. If the supplied value specifies a date and time, the returned collection includes objects that do not include the specified date and time. |
Available since 3.5
System.DirectoryServices.AccountManagement
System.DirectoryServices.AccountManagement Namespace Overview