コード例 #1
0
 protected bool TestEquals(CommentBrick other)
 {
     return(string.Equals(_value, other._value));
 }
コード例 #2
0
 protected bool TestEquals(CommentBrick other)
 {
     return string.Equals(_value, other._value);
 }