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