.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Determines if the 'name' matches this ObjectClassInfo.

Namespace: Org.IdentityConnectors.Framework.Common.Objects
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public bool Is(
	string name
)

Parameters

name
Type: System..::..String
case-insensitive string representation of the ObjectClassInfo's type.

Return Value

Type: Boolean
 Copy imageCopy
true
if the case insensitive type is equal to that of the one in this ObjectClassInfo.

See Also