Ejemplo n.º 1
0
 private bool Equals(AllocationPool other)
 {
     return string.Equals(Start, other.Start) && string.Equals(End, other.End);
 }
Ejemplo n.º 2
0
 private bool Equals(AllocationPool other)
 {
     return(string.Equals(Start, other.Start) && string.Equals(End, other.End));
 }