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

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 ObjectClass's type.

Return Value

Type: Boolean
 Copy imageCopy
true
if the case-insensitive name is equal to that of the one in this ObjectClass.

See Also