Aura.Channel.World.Quests.QuestPrerequisiteQuestCompleted.Is C# (CSharp) Method

Is() public method

public Is ( Type type ) : bool
type Type
return bool
		public override bool Is(Type type)
		{
			return (this.GetType() == type);
		}
	}
QuestPrerequisiteQuestCompleted