4 references to Equals
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\RepeatBehavior.cs (4)
176return this.Equals((RepeatBehavior)value); 227return repeatBehavior1.Equals(repeatBehavior2); 337return repeatBehavior1.Equals(repeatBehavior2); 348return !repeatBehavior1.Equals(repeatBehavior2);