4 references to Equals
PresentationCore (4)
System\Windows\Media\Animation\RepeatBehavior.cs (4)
157return value is RepeatBehavior behavior && Equals(behavior); 203return repeatBehavior1.Equals(repeatBehavior2); 313return repeatBehavior1.Equals(repeatBehavior2); 324return !repeatBehavior1.Equals(repeatBehavior2);