Click or drag to resize
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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public bool IsMatch(
	DistinguishedName partialDistinguishedName
)

Parameters

partialDistinguishedName
Type: PDTec.IceNet.Sdk.UtilsDistinguishedName
The partial distinguished name that defines the match criteria.

Return Value

Type: Boolean
true if this instance matches the components specified in partialDistinguishedName, otherwise false.
Remarks
The comparison is performed case-insensitive.
See Also