IsInstanceOfClassExact (inline)
Syntax
public const string enginedll = @"engine.dll"; public const string enginedll = @"engine.dll"; public static bool IsInstanceOfClassExact(Int64 owlInstance, string name) { return GetInstanceClass(owlInstance) == GetClassByName(GetModel(owlInstance), name); } public const string enginedll = @"engine.dll"; public static bool IsInstanceOfClassExact(Int64 owlInstance, byte[] name) { return GetInstanceClass(owlInstance) == GetClassByName(GetModel(owlInstance), name); }