'Declaration Public Operator =( _ ByVal style As NamedStyle, _ ByVal o As Object _ ) As Boolean
'Usage
public bool operator ==( NamedStyle style, object o )
Parameters
- style
- NamedStyle object (one side of the inequality operator)
- o
- Object with which to compare the NamedStyle object (other side of the inequality operator)
Return Value
true if objects are equal; false otherwise