MatchBuilderSignature Class

This class contains the handled Types and HandlerKinds that has been added to a MatchBuilder. Two signatures are equal if they contain the same Types and HandlerKinds in the same order.

Namespace:  Akka.Tools.MatchHandler
Assembly:  Akka (in Akka.dll)

Syntax


public class MatchBuilderSignature : IEquatable<MatchBuilderSignature>
Public Class MatchBuilderSignature _
	Implements IEquatable(Of MatchBuilderSignature)
public ref class MatchBuilderSignature : IEquatable<MatchBuilderSignature^>

Inheritance Hierarchy


Object
  Akka.Tools.MatchHandler..::..MatchBuilderSignature