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

TestEquals() protected méthode

protected TestEquals ( Brick other ) : bool
other Brick
Résultat bool
        protected override bool TestEquals(Brick other)
        {
            return base.TestEquals(other) && TestEquals((ChangeRotationBrick) other);
        }

Same methods

ChangeRotationBrick::TestEquals ( ChangeRotationBrick other ) : bool
ChangeRotationBrick