Equality Operator

Yogesh.ExcelXml

A Sandcastle Documented Class Library Equality Operator
NamespacesYogesh.ExcelXmlXmlStyleEquality(XmlStyle, XmlStyle)
Equality operator
Declaration Syntax
C# Visual Basic Visual C++
public static bool operator ==(
	XmlStyle cellOne,
	XmlStyle cellTwo
)
Public Shared Operator = ( _
	cellOne As XmlStyle, _
	cellTwo As XmlStyle _
) As Boolean
public:
static bool operator ==(
	XmlStyle^ cellOne, 
	XmlStyle^ cellTwo
)
Parameters
cellOne (XmlStyle)
Instance one to compare
cellTwo (XmlStyle)
Instance two to compare
Return Value
true if all the values of the styles match, false otherwise

Assembly: Yogesh.ExcelXml (Module: Yogesh.ExcelXml) Version: 2.89.501.2158