10 [SuppressMessage(
"Microsoft.Design",
"CA1051:DoNotDeclareVisibleInstanceFields")]
13 [SuppressMessage(
"Microsoft.Design",
"CA1051:DoNotDeclareVisibleInstanceFields")]
16 [SuppressMessage(
"Microsoft.Security",
"CA2104:DoNotDeclareReadOnlyMutableReferenceTypes")]
19 Name =
"VertexPositionColor.VertexDeclaration"
44 return left.Position == right.
Position;
51 return !(left == right);
60 if (
obj.GetType() != GetType())
static unsafe int SmartGetHashCode(object obj)
static CultureInfo CurrentCulture
static bool operator!=(VertexPositionColor left, VertexPositionColor right)
static readonly VertexDeclaration VertexDeclaration
VertexPositionColor(Vector3 position, Color color)
VertexDeclaration IVertexType. VertexDeclaration
override int GetHashCode()
override string ToString()
static bool operator==(VertexPositionColor left, VertexPositionColor right)
override bool Equals(object obj)