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