[]
        
(Showing Draft Content)

FarPoint.Web.Spread.StyleInfo.op_Inequality

operator != Operator

operator !=(StyleInfo, object)

Compares a specified StyleInfo object with another object for inequality.

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

Returns true if the specified object is not equivalent to the StyleInfo object; false otherwise