Ejemplo n.º 1
0
 public override bool Equals(object obj)
 {
     return(ServiceKey.Equals(this, obj as ServiceKey));
 }
Ejemplo n.º 2
0
 public bool Equals(ServiceKey other)
 {
     return(ServiceKey.Equals(this, other));
 }