Catrobat.IDE.Core.Models.Bricks.ChangeVariableBrick.TestEquals C# (CSharp) Méthode

TestEquals() protected méthode

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

Same methods

ChangeVariableBrick::TestEquals ( VariableBrick other ) : bool
ChangeVariableBrick