コード例 #1
0
 /// <inheritdoc/>
 protected bool Equals(DefaultCapability other)
 {
     if (other == null)
     {
         return(false);
     }
     return(base.Equals(other) && other.ExplicitOnly == ExplicitOnly);
 }
コード例 #2
0
 /// <inheritdoc/>
 protected bool Equals(DefaultCapability other)
 {
     if (other == null) return false;
     return base.Equals(other) && other.ExplicitOnly == ExplicitOnly;
 }