Infragistics(R) NetAdvantage(R) WPF
Equality Operator
See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace > WorksheetCell Class : Equality Operator

a
b
Determines whether two cell instances are equivalent.

Syntax

Visual Basic (Declaration) 
Public Operator =( _
   ByVal a As WorksheetCell, _
   ByVal b As WorksheetCell _
) As Boolean
C# 
public bool operator ==( 
   WorksheetCell a,
   WorksheetCell b
)

Parameters

a
b

Return Value

True if the cells refer to the same location on the same worksheet; False otherwise.

See Also