Catrobat.IDE.Core.Models.Bricks.ChangeRotationBrick.TestEquals C# (CSharp) 메소드

TestEquals() 보호된 메소드

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

Same methods

ChangeRotationBrick::TestEquals ( ChangeRotationBrick other ) : bool
ChangeRotationBrick