CurveKeyCollection.Contains Method
Determines whether the CurveKeyCollection contains a specific CurveKey.
Syntax
'Declaration
Public Function Contains ( _
item As CurveKey _
) As Boolean
public bool Contains (
CurveKey item
)
public:
bool Contains(
CurveKey item
)
Parameters
- item
Type: CurveKey
true if the CurveKey is found in the CurveKeyCollection; false otherwise.
Return Value
Type: Boolean
The CurveKey to locate in the CurveKeyCollection.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
CurveKeyCollection Class
CurveKeyCollection Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone