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

Is() public method

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