PowerShell – Type operators
PowerShell Type operators are used to verify the type of the operand. Are you aware, each value we use in PowerShell has particular Type? These...
PowerShell – Matching operators – To find matching entries
PowerShell Matching operators are used to find the entries which matches or do not matches the given criteria. Matching operators These operators can be used...
PowerShell – How to use Equality operators?
PowerShell equality operators are used to compare values. These operators compare the values and return either True or False; when the given condition matches. PowerShell...
PowerShell – Assignment operators
Basic Assignment operator, equal (=) sign is used to assign a value from right side value to it’s left side operand. PowerShell provides more such...
PowerShell – Arithemetic Operators
PowerShell provides different types of operators and through this article, we are going to discuss about Arithmetic Operators. Arithmetic Operators are used to compute numerical...
C# – Unary operators – Unary plus, minus and logical negation operators
C# unary operators takes single operand as input and produce the value. These operands are constants, expressions or variables. Please note that, do not confuse...
C# – What are the Arithmetic Operators?
An operator takes one or more operands to perform particular operation. C# provides below Arithmetic Operators to deal with different types of operations on numerical...