AriDEVParser.Util.Vector3.operator C# (CSharp) Method

operator() public static method

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