OSDN Git Service

321
[psychlops/silverlight.git] / dev4 / psychlops / core / device / clock.cs
index bc52821..f4a3ebf 100644 (file)
@@ -34,6 +34,10 @@ namespace Psychlops
                {\r
                        return lhs.ticks != rhs.ticks;\r
                }\r
+               public override int GetHashCode()\r
+               {\r
+                       return ticks.GetHashCode();\r
+               }\r
                public static bool operator >(Clock lhs, Clock rhs)\r
                {\r
                        return lhs.ticks > rhs.ticks;\r