Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3392066
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T03:52:36+00:00 2026-05-18T03:52:36+00:00

What is the correct syntax for lambda expression for a bool value comparrison? The

  • 0

What is the correct syntax for lambda expression for a bool value comparrison?

The example below shows rsp.InputOutput which is a bool value. However I get a compiler error when I try to do this. I know its something small, any help appreciated.

In this examplem I want to select all rulesetparameters which have an InputOutput value of true.

validRuleSetParameters.SelectMany(rsp => rsp.InputOutput == true)

thanks
Niall

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T03:52:36+00:00Added an answer on May 18, 2026 at 3:52 am

    I think you’re just looking for the Where clause:

    var ruleSetPars = validRuleSetParameters.Where(rsp => rsp.InputOutput);
    

    SelectMany is quite different; it is used when you want to project each member of a sequence to another sequence, and then flatten the resulting sequence-of-sequences into a single sequence.

    Do note that if InputOutput is a boolean property, rsp.InputOutput is already a boolean-expression. Consequently, using the equality operator to produce another boolean expression (by comparing its value with the literal bool true) is unnecessary.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What is the correct syntax to get the over clause to work in mysql?
What is the correct syntax for adding an external reference to a JavaScript file
What is the correct syntax to do a SQL Update on a column and
I am looking for the correct syntax of doing the following (in Perl, Shell
I'm trying to figure the correct syntax in Scala to apply a set of
I would like find the correct syntax for the SET line: Doctrine_Query::create() ->update('Media m')
I was just wondering if this is the correct syntax for a pointer to
i'm not sure if this is the correct syntax to do this, but i
rec_fn = lambda: 10==11 or rec_fn() rec_fn() I am new to Python and trying
I have written the following syntax rule: (define-syntax match-rewriter (syntax-rules () ((_ (patt body)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.