LocationInfo.Inequality Operator |
Determines whether two instances of LocationInfo represent different elements of code.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static bool operator !=( LocationInfo left, LocationInfo right )
Parameters
- left
- Type: PostSharp.Reflection.LocationInfo
A LocationInfo. - right
- Type: PostSharp.Reflection.LocationInfo
A LocationInfo.
Return Value
Type: Booleantrue if left and right are different, otherwise false.