コード例 #1
0
 protected bool Equals(PuppetToAnalogAnimatedBehavior other)
 {
     return(Equals(Resting, other.Resting) && Squeezing.Equals(other.Squeezing) && Equals(QualificationsOfTree, other.QualificationsOfTree) && HandSide == other.HandSide);
 }
コード例 #2
0
 protected bool Equals(AnalogAnimatedBehavior other)
 {
     return(Resting.Equals(other.Resting) && Squeezing.Equals(other.Squeezing) && HandSide == other.HandSide);
 }