[]
        
(Showing Draft Content)

FarPoint.Web.Spread.NamedStyle.op_Equality

operator == Operator

operator ==(NamedStyle, object)

Determines whether two styles (a specified object and a NamedStyle object) are equal.

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

NamedStyle object (one side of the inequality operator)

object o

Object with which to compare the NamedStyle object (other side of the inequality operator)

Returns
Type Description
bool

True if the specified object is equivalent to the NamedStyle object; otherwise, false