Spread Silverlight Documentation
Inequality Operator (CalcIdentity)


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

Parameters

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

Return Value

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

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CalcIdentity Class
CalcIdentity Members

 

 


Copyright © GrapeCity, inc. All rights reserved.