Spread WPF Documentation
Equality Operator (CalcOperator)


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

Parameters

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

Return Value

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

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

CalcOperator Class
CalcOperator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.