EventBusTEvent, TClassifier, TSubscriberIsSubClassification Method |
Determines whether [is sub classification] [the specified parent].
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected abstract bool IsSubClassification(
TClassifier parent,
TClassifier child
)
Protected MustOverride Function IsSubClassification (
parent As TClassifier,
child As TClassifier
) As Boolean
protected:
virtual bool IsSubClassification(
TClassifier parent,
TClassifier child
) abstract
abstract IsSubClassification :
parent : 'TClassifier *
child : 'TClassifier -> bool
Parameters
- parent
- Type: TClassifier
The parent. - child
- Type: TClassifier
The child.
Return Value
Type:
Booleantrue if [is sub classification] [the specified parent]; otherwise,
false.
See Also