GrapeCity.Xaml.CalcEngine
Equality Operator (CalcIdentity)


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

Parameters

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

Return Value

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

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcIdentity Class
CalcIdentity Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options