Exemplo n.º 1
0
 public bool Equals(DelayedPostInsertIdentifier that)
 {
     return(that == null ? false : sequence == that.sequence);
 }
		public bool Equals(DelayedPostInsertIdentifier that)
		{
			return that == null ? false : sequence == that.sequence;
		}