'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 both of the AnimationRates have values and those values are equal or if both
AnimationRates represent null; otherwise false.