public override bool Equals(StoryboardObject other)
 {
     return(base.Equals(other) && other is StoryboardBackgroundObject);
 }
 public override bool Equals(StoryboardObject other)
 {
     return(base.Equals(other) && other is StoryboardAnimation);
 }