protected bool Equals(DummyAspect other)
 {
     return Value == other.Value;
 }
Exemple #2
0
 protected bool Equals(DummyAspect other)
 {
     return(Value == other.Value);
 }