Server.Gumps.PropertiesGump.IsType C# (CSharp) Méthode

IsType() private static méthode

private static IsType ( Type type, Type check ) : bool
type System.Type
check System.Type
Résultat bool
		private static bool IsType( Type type, Type check )
		{
			return type == check || type.IsSubclassOf( check );
		}