System.RuntimeTypeHandle.operator C# (CSharp) Méthode

operator() public static méthode

public static operator ( ) : bool
Résultat bool
        public static bool operator ==(RuntimeTypeHandle left, object right) { return left.Equals(right); }