Ejemplo n.º 1
0
 /// <inheritdoc/>
 public bool Equals(IOutlineSettings other)
 {
     return(OutlineSettings.Equals(_outlineSettings, other));
 }
Ejemplo n.º 2
0
 /// <inheritdoc/>
 public override bool Equals(object other)
 {
     return(OutlineSettings.Equals(this, other as IOutlineSettings));
 }