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

TestEquals() protected method

protected TestEquals ( ChangeVariableBrick other ) : bool
other ChangeVariableBrick
return bool
        protected bool TestEquals(ChangeVariableBrick other)
        {
            return TestEquals(_relativeValue, other._relativeValue);
        }

Same methods

ChangeVariableBrick::TestEquals ( VariableBrick other ) : bool
ChangeVariableBrick