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