Moe.StateMachine.Transitions.Transition.Matches C# (CSharp) Méthode

Matches() public méthode

public Matches ( EventInstance eventToMatch ) : bool
eventToMatch Moe.StateMachine.Events.EventInstance
Résultat bool
		public virtual bool Matches(EventInstance eventToMatch)
		{
			return eventToMatch.MatchesTransition(this);
		}
	}