SymbolSequencePoint.Inequality Operator |
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
public static bool operator !=( SymbolSequencePoint left, SymbolSequencePoint right )
Parameters
- left
- Type: PostSharp.Reflection.SymbolSequencePoint
A SymbolSequencePoint. - right
- Type: PostSharp.Reflection.SymbolSequencePoint
A SymbolSequencePoint.
Return Value
Type: Booleantrue if both sequence points are different, otherwise false.