MethodMappingContextItem.Inequality Operator |
Determines whether two MethodMappingContextItem are different.
Namespace: PostSharp.Sdk.AspectInfrastructure
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static bool operator !=( MethodMappingContextItem left, MethodMappingContextItem right )
Parameters
- left
- Type: PostSharp.Sdk.AspectInfrastructure.MethodMappingContextItem
A MethodMappingContextItem. - right
- Type: PostSharp.Sdk.AspectInfrastructure.MethodMappingContextItem
A MethodMappingContextItem.
Return Value
Type: Booleantrue if left and right and different, otherwise false.