protected bool Equals(PollingJobSuccess other)
 {
     return string.Equals(Description, other.Description);
 }
예제 #2
0
 protected bool Equals(PollingJobSuccess other)
 {
     return(string.Equals(Description, other.Description));
 }