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