CustomAttributeHandle.Inequality Operator

Definition

public:
 static bool operator !=(System::Reflection::Metadata::CustomAttributeHandle left, System::Reflection::Metadata::CustomAttributeHandle right);
public static bool operator != (System.Reflection.Metadata.CustomAttributeHandle left, System.Reflection.Metadata.CustomAttributeHandle right);
static member op_Inequality : System.Reflection.Metadata.CustomAttributeHandle * System.Reflection.Metadata.CustomAttributeHandle -> bool
Public Shared Operator != (left As CustomAttributeHandle, right As CustomAttributeHandle) As Boolean

Parameters

Returns

Applies to