Check out example codes for "what is the or symbol in C#". It will help you in understanding the concepts better.
Code Example 1
//The or Symbol Is ||
Code Example 2
// The or statement in C# is ||
if (a == b || a == c)
{
// Do something
}
Learn ReactJs, React Native from akashmittal.com