Protogame.VertexPositionNormalColor.operator C# (CSharp) Méthode

operator() public static méthode

public static operator ( ) : bool
Résultat bool
        public static bool operator ==(VertexPositionNormalColor left, VertexPositionNormalColor right)
        {
            return ((left.Color == right.Color) && (left.Position == right.Position) && (left.Normal == right.Normal));
        }