Exemplo n.º 1
0
 public bool Equals(Key__ other)
 {
     return(Connection.Equals(other.Connection) && Id == other.Id);
 }
Exemplo n.º 2
0
		public bool Equals(ReplicatedInputAction other)
		{
			return Connection.Equals(other.Connection) && Id == other.Id;
		}