Inheritance: PropertyObservable
コード例 #1
0
 public static bool IsSameSkillAs(this SkillResult skillResult, AggregatedSkillResult aggregatedSkillResult)
 {
     return(skillResult.AggregatedSkillName(aggregatedSkillResult.AggregationType) ==
            aggregatedSkillResult.DisplayName &&
            skillResult.IsHeal == aggregatedSkillResult.IsHeal);
 }
コード例 #2
0
 public static bool IsSameSkillAs(this SkillResult skillResult, AggregatedSkillResult aggregatedSkillResult)
 {
     return skillResult.AggregatedSkillName(aggregatedSkillResult.AggregationType) ==
            aggregatedSkillResult.DisplayName &&
            skillResult.IsHeal == aggregatedSkillResult.IsHeal;
 }