GrapeCity.Xaml.CalcEngine
Inequality Operator (CalcOperator)


The operator on the left side of the inequality operator.
The operator on the right side of the inequality operator.
Tests whether two operator structures are different.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal left As CalcOperator, _
   ByVal right As CalcOperator _
) As Boolean
'Usage
 
public bool operator !=( 
   CalcOperator left,
   CalcOperator right
)

Parameters

left
The operator on the left side of the inequality operator.
right
The operator on the right side of the inequality operator.

Return Value

true if two operator are different; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcOperator Class
CalcOperator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options