DistinguishedNameIsMatch Method |
Indicates whether this instance matches the components specified in partialDistinguishedName;
Namespace:
PDTec.IceNet.Sdk.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public bool IsMatch(
DistinguishedName partialDistinguishedName
)
Parameters
- partialDistinguishedName
- Type: PDTec.IceNet.Sdk.UtilsDistinguishedName
The partial distinguished name that defines the match criteria.
Return Value
Type:
Booleantrue if
this instance matches the components specified in
partialDistinguishedName, otherwise
false.
Remarks The comparison is performed case-insensitive.
See Also