Aura.Channel.World.Quests.QuestPrerequisiteEventActive.Is C# (CSharp) Méthode

Is() public méthode

public Is ( Type type ) : bool
type System.Type
Résultat bool
		public override bool Is(Type type)
		{
			return (this.GetType() == type);
		}
	}
QuestPrerequisiteEventActive