Catrobat.IDE.Core.Models.Bricks.VariableBrick.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((VariableBrick) other);
        }

Same methods

VariableBrick::TestEquals ( VariableBrick other ) : bool