GrapeCity.Xaml.CalcEngine
Inequality Operator (CalcNode)


The left.
The right.
Implements the operator !=.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal left As CalcNode, _
   ByVal right As CalcNode _
) As Boolean
'Usage
 
public bool operator !=( 
   CalcNode left,
   CalcNode right
)

Parameters

left
The left.
right
The right.

Return Value

The result of the operator.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcNode Class
CalcNode Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options