Exemple #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         var hashCode = VREnable.GetHashCode();
         hashCode = (hashCode * 397) ^ RightController.GetHashCode();
         return(hashCode);
     }
 }
Exemple #2
0
 public bool Equals(VRStateData other)
 {
     return(VREnable.Equals(other.VREnable) &&
            RightController == other.RightController);
 }