'Declaration Public Operator <>( _ ByVal t1 As AnimationRate, _ ByVal t2 As AnimationRate _ ) As Boolean
'Usage
public bool operator !=( AnimationRate t1, AnimationRate t2 )
Parameters
- t1
- t2
Return Value
true if exactly one of t1 and t2 represents a value or if they both represent
values and those values are not equal; otherwise false.