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