| DistinguishedNameIsMatch Method  | 
            Indicates whether this instance matches the components specified in partialDistinguishedName;
            
 
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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.
RemarksThe comparison is performed case-insensitive.
See Also