'Declaration Public Operator <>( _ ByVal o1 As RdlEnum(Of T), _ ByVal o2 As RdlEnum(Of T) _ ) As Boolean
public bool operator !=( RdlEnum<T> o1, RdlEnum<T> o2 )
Parameters
- o1
- The first object.
- o2
- The second object.
Return Value
true if the objects are not equal, false otherwise.