DrNoLife / Destiny-2-Solo-Enabler

Repo containing the C# and XAML code for the D2SE program. Included is also the dependency for the program, and image asset.
MIT License
327 stars 49 forks source link

Simplified boolean handling #2

Closed JoanComasFdz closed 4 years ago

JoanComasFdz commented 4 years ago

Actually it would be shorter to do it in LINQ:

Line 22 would be:

return fwPolicy2.Rules.SingleOrDefault(rule => rule.Name == ruleName) != null;