public bool Equals(Key__ other)
 {
     return(Connection.Equals(other.Connection) && Id == other.Id);
 }
示例#2
0
		public bool Equals(ReplicatedInputAction other)
		{
			return Connection.Equals(other.Connection) && Id == other.Id;
		}