InvertComparisonResult
This method of the WildcardExpression Class inverts comparison results.
Syntax
public static int InvertComparisonResult(int cmp);
Return Value
Returns the inverted comparison result.
Parameters
cmp |
Any comparison result of the compare method, which is inverted as follows:
- SUBSET returns SUPERSET.
- SUPERSET returns a SUBSET.
- any other result is not affected and is simply returned. Note that EQUAL and DISJOINT are not inverted by this function.
|
© 1999 Microsoft Corporation. All rights reserved. Terms of use.