Returns True if the object's type is of the correct type.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected override bool IsTypeOK(
Object item
)
Protected Overrides Function IsTypeOK (
item As Object
) As Boolean
Parameters
- item
- Type: SystemObject
The object to check for type correctness.
Return Value
Type:
BooleanTrue if the object is of type IDatabase, False otherwise.
See Also