Beispiel #1
0
 public static bool Equals( AnimationRate t1, AnimationRate t2 )
 {
     return t1.Equals( t2 );
 }