Ejemplo n.º 1
0
 /// <inheritdoc />
 public override bool Equals(SomeContentAbstractBase other)
 {
     return(this.Equals(other as SomeContentWithAbstractBaseAndChild));
 }
Ejemplo n.º 2
0
 /// <inheritdoc />
 public override bool Equals(SomeContentAbstractBase other)
 {
     return(this.Equals(other as SomeContentWithAbstractBaseAndPocChildCtorInitialized));
 }