Knot3.Framework.Storage.Language.operator C# (CSharp) Méthode

operator() public static méthode

public static operator ( ) : bool
Résultat bool
        public static bool operator !=(Language a, Language b)
        {
            return !(a == b);
        }