AriDEVParser.Util.Vector3.operator C# (CSharp) Метод

operator() публичный статический Метод

public static operator ( ) : bool
Результат bool
        public static bool operator !=(Vector3 first, Vector3 other)
        {
            return !(first == other);
        }