Missing Rectangle comparison on equality
This commit is contained in:
parent
d3e623ce26
commit
bb47fd96fc
@ -31,6 +31,7 @@ public struct WindowInfo
|
|||||||
return WindowHandle == other.WindowHandle &&
|
return WindowHandle == other.WindowHandle &&
|
||||||
IsVisible == other.IsVisible &&
|
IsVisible == other.IsVisible &&
|
||||||
WindowCommands == other.WindowCommands &&
|
WindowCommands == other.WindowCommands &&
|
||||||
|
WindowRectangle == other.WindowRectangle &&
|
||||||
WindowTitle.Equals(other.WindowTitle) &&
|
WindowTitle.Equals(other.WindowTitle) &&
|
||||||
ProcessInfo.ProcessName.Equals(other.ProcessInfo.ProcessName) &&
|
ProcessInfo.ProcessName.Equals(other.ProcessInfo.ProcessName) &&
|
||||||
ProcessInfo.Id == other.ProcessInfo.Id;
|
ProcessInfo.Id == other.ProcessInfo.Id;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user