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