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: 7.2.0.0 (7.2.7583.15464)
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