AnimationKeyframe.CompareTo Method
Note
This method is available only when developing for Windows.
Compares this instance of a keyframe to another.
Syntax
'Declaration
Public Function CompareTo ( _
other As AnimationKeyframe _
) As Integer
public int CompareTo (
AnimationKeyframe other
)
public:
int CompareTo(
AnimationKeyframe other
)
Parameters
- other
Type: AnimationKeyframe
Keyframe being compared to.
Return Value
Type: Int32
Indication of their relative values.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
AnimationKeyframe Class
AnimationKeyframe Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace
Platforms
Windows 7, Windows Vista, Windows XP