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

TestEquals() protected method

protected TestEquals ( Brick other ) : bool
other Brick
return bool
        protected override bool TestEquals(Brick other)
        {
            return base.TestEquals(other) && TestEquals((ChangePositionYBrick)other);
        }

Same methods

ChangePositionYBrick::TestEquals ( ChangePositionYBrick other ) : bool
ChangePositionYBrick