Returns a value indicating whether the value of the given style object is equal to that of the calling style object.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Export
Assembly:  PerpetuumSoft.Reporting.Silverlight.Export (in PerpetuumSoft.Reporting.Silverlight.Export.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public static bool EqualsTo(
	Style thisObj,
	Style otherObj
)
Visual Basic (Declaration)
Public Shared Function EqualsTo ( _
	thisObj As Style, _
	otherObj As Style _
) As Boolean
Visual C++
public:
static bool EqualsTo(
	Style^ thisObj, 
	Style^ otherObj
)

See Also