test Object Against Type
fun testObjectAgainstType(theObject: AvailObject, objectType: AvailObject): Boolean
Content copied to clipboard
Test if theObject, which is instantiation of ObjectDescriptor, is an instance of objectType, which is a Mutability.SHARED instantiation of ObjectTypeDescriptor. The receiver is theObject's vettings cache, and may be updated by this test.