[]
Compares a specified StyleInfo object with another object for inequality.
public static bool operator !=(StyleInfo info, object o)
Public Shared Operator <>(info As StyleInfo, o As Object) As Boolean
Type | Name | Description |
---|---|---|
StyleInfo | info | Specifies the StyleInfo object |
object | o | Specifies the object with which to compare the StyleInfo object |
Type | Description |
---|---|
bool | Returns true if the specified object is not equivalent to the StyleInfo object; false otherwise |