Event.isEventTypeOf

Compare two EventTypes

class Event
@safe pure const
bool
isEventTypeOf
(
in string otherType
)

Parameters

otherType string

type to be compared

Return Value

Type: bool

true if both types are equal. \ false otherwise

Meta