VertexPositionNormalTexture.Equals Method
Returns a value that indicates whether the current instance is equal to a specified object.
Syntax
'Declaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
public override bool Equals (
Object obj
)
public:
bool Equals(
Object obj
) override
Parameters
- obj
Type: Object
The Object to compare with the current VertexPositionNormalTexture.
Return Value
Type: Boolean
true if the objects are the same; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)
See Also
Reference
VertexPositionNormalTexture Structure
VertexPositionNormalTexture Members
Microsoft.Xna.Framework.Graphics Namespace
Platforms
Windows Phone