Catrobat.IDE.Core.Models.Bricks.AnimatePropertyBrick.TestEquals C# (CSharp) Method

TestEquals() protected method

protected TestEquals ( AnimatePropertyBrick other ) : bool
other AnimatePropertyBrick
return bool
        protected virtual bool TestEquals(AnimatePropertyBrick other)
        {
            return TestEquals(_duration, other._duration);
        }

Same methods

AnimatePropertyBrick::TestEquals ( Brick other ) : bool
AnimatePropertyBrick