コード例 #1
0
 public override bool Equals(StoryboardObject other)
 {
     return(base.Equals(other) && other is StoryboardBackgroundObject);
 }
コード例 #2
0
 public override bool Equals(StoryboardObject other)
 {
     return(base.Equals(other) && other is StoryboardAnimation);
 }