3 references to Equals
PresentationCore (3)
System\Windows\InterOp\HwndSourceParameters.cs (3)
324
return a.
Equals
(b);
335
return !a.
Equals
(b);
350
return
Equals
( (HwndSourceParameters)obj );