Ejemplo n.º 1
0
 /// <inheritdoc/>
 protected bool Equals(DefaultAccessPoint other)
 {
     if (other == null)
     {
         return(false);
     }
     return(base.Equals(other) && other.Capability == Capability);
 }
Ejemplo n.º 2
0
 /// <inheritdoc/>
 protected bool Equals(DefaultAccessPoint other)
 {
     if (other == null) return false;
     return base.Equals(other) && other.Capability == Capability;
 }