/SOY/ LEARNING C# Lesson 2 - comparison, if else, logical operators >Comparison operators These operators are used in operations, which result in either true or false. Comparison operations include: = if else A construction that allows your program to make a logical choice depending on a chosen condition in bool value (true or false) Logical operators These operators are used to perform operations on bool values and resilt in bool values. They help create decision making and control program flow in conditional statements and loops <& - AND <| - OR