MetadataName<T>.Inequality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two MetadataName<T> are not equal to each other.
public static bool operator != (System.Threading.RateLimiting.MetadataName<T> left, System.Threading.RateLimiting.MetadataName<T> right);
static member op_Inequality : System.Threading.RateLimiting.MetadataName<'T> * System.Threading.RateLimiting.MetadataName<'T> -> bool
Public Shared Operator != (left As MetadataName(Of T), right As MetadataName(Of T)) As Boolean
Parameters
- left
- MetadataName<T>
- right
- MetadataName<T>