[]
        
(Showing Draft Content)

FarPoint.Web.Spread.StyleInfo.op_Equality

operator == Operator

operator ==(StyleInfo, object)

Compares a specified StyleInfo object with another object for equality.

Declaration
public static bool operator ==(StyleInfo info, object o)
Public Shared Operator =(info As StyleInfo, o As Object) As Boolean
Parameters
Type Name Description
StyleInfo info

Specifies the StyleInfo object

object o

Specifies the object with which to compare the StyleInfo object

Returns
Type Description
bool

True if the specified object is equivalent to the StyleInfo object; false otherwise