[]
Compares a specified StyleInfo object with another object for equality.
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 | True if the specified object is equivalent to the StyleInfo object; false otherwise |