Click or drag to resize
LoggingBusIsSubClassification Method
Determines whether [is sub classification] [the specified parent].

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected override bool IsSubClassification(
	Type parent,
	Type child
)

Parameters

parent
Type: SystemType
The parent.
child
Type: SystemType
The child.

Return Value

Type: Boolean
true if [is sub classification] [the specified parent]; otherwise, false.
See Also