@@ -15,6 +15,7 @@ namespace IDE
return (int)mKeyCode | (int)mKeyFlags << 16;
}
+ [Commutable]
public static bool operator==(KeyState val1, KeyState val2)
{
return (val1.mKeyCode == val2.mKeyCode) &&
@@ -231,6 +231,7 @@ namespace IDE.ui
return this == other;
public static bool operator==(PendingEntry val1, PendingEntry val2)
if (((Object)val1 == null) || ((Object)val2 == null))
@@ -72,6 +72,7 @@ namespace IDE.util
public static bool operator==(SourceHash lhs, SourceHash rhs)
switch (lhs)