'Declaration Public Shared Function Compare( _ ByVal t1 As AnimationRate, _ ByVal t2 As AnimationRate _ ) As Integer
'Usage Dim t1 As AnimationRate Dim t2 As AnimationRate Dim value As Integer value = AnimationRate.Compare(t1, t2)
public static int Compare( AnimationRate t1, AnimationRate t2 )
Parameters
- t1
- t2
Return Value
A negative value, zero or a positive value, respectively, if t1 is
less than, equal or greater than t2.