VertexPositionColorTexture.Equals Method
XNA Game Studio 4.0
Returns a value that indicates whether the current instance is equal to a specified object.
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)
public override bool Equals ( Object obj )
Parameters
- obj
- The Object to compare with the current VertexPositionColorTexture.
Return Value
true if the objects are the same; false otherwise.