VRageMath.MyBlockOrientation.operator C# (CSharp) Méthode

operator() public static méthode

public static operator ( ) : bool
Résultat bool
        public static bool operator ==(MyBlockOrientation orientation1, MyBlockOrientation orientation2)
        {
            return orientation1.Forward == orientation2.Forward && orientation1.Up == orientation2.Up;
        }