AriDEVParser.Util.Vector3.operator C# (CSharp) Méthode

operator() public static méthode

public static operator ( ) : bool
Résultat bool
        public static bool operator !=(Vector3 first, Vector3 other)
        {
            return !(first == other);
        }