コード例 #1
0
 protected override bool TestEquals(AnimatePropertyBrick other)
 {
     return base.TestEquals(other) && TestEquals((AnimatePositionBrick) other);
 }
コード例 #2
0
 protected override bool TestEquals(AnimatePropertyBrick other)
 {
     return(base.TestEquals(other) && TestEquals((AnimatePositionBrick)other));
 }
コード例 #3
0
 protected virtual bool TestEquals(AnimatePropertyBrick other)
 {
     return TestEquals(_duration, other._duration);
 }
コード例 #4
0
 protected virtual bool TestEquals(AnimatePropertyBrick other)
 {
     return(TestEquals(_duration, other._duration));
 }