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