/// <inheritdoc/> protected bool Equals(DefaultCapability other) { if (other == null) { return(false); } return(base.Equals(other) && other.ExplicitOnly == ExplicitOnly); }
/// <inheritdoc/> protected bool Equals(DefaultCapability other) { if (other == null) return false; return base.Equals(other) && other.ExplicitOnly == ExplicitOnly; }