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