[]
Determines whether two styles (a specified object and a NamedStyle object) are equal.
public static bool operator ==(NamedStyle style, object o)
Public Shared Operator =(style As NamedStyle, o As Object) As Boolean
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) |
Type | Description |
---|---|
bool | True if the specified object is equivalent to the NamedStyle object; otherwise, false |