Rule.Inequality(Rule, Rule) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Not Equals operator
public:
static bool operator !=(Microsoft::VisualStudio::Modeling::Rule ^ lhs, Microsoft::VisualStudio::Modeling::Rule ^ rhs);
public static bool operator != (Microsoft.VisualStudio.Modeling.Rule lhs, Microsoft.VisualStudio.Modeling.Rule rhs);
static member op_Inequality : Microsoft.VisualStudio.Modeling.Rule * Microsoft.VisualStudio.Modeling.Rule -> bool
Public Shared Operator != (lhs As Rule, rhs As Rule) As Boolean
Parameters
- lhs
- Rule
left object to compare
- rhs
- Rule
right object to compare
Returns
false if the left object is equal to the right object