Click or drag to resize

EventInfosIsTypeOK Method

Returns true if the object is 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
)

Parameters

item
Type: SystemObject
The object to validate.

Return Value

Type: Boolean
True if the object is a type of EventInfo
See Also