EventId.Inequality(EventId, EventId) Operatör

Tanım

Belirtilen EventId iki örneğin farklı değerlere sahip olup olmadığını denetler.

public:
 static bool operator !=(Microsoft::Extensions::Logging::EventId left, Microsoft::Extensions::Logging::EventId right);
public static bool operator != (Microsoft.Extensions.Logging.EventId left, Microsoft.Extensions.Logging.EventId right);
static member op_Inequality : Microsoft.Extensions.Logging.EventId * Microsoft.Extensions.Logging.EventId -> bool
Public Shared Operator != (left As EventId, right As EventId) As Boolean

Parametreler

left
EventId

Birinci EventId.

right
EventId

İkinci EventId.

Döndürülenler

Boolean

true nesneler eşit değilse.

Şunlara uygulanır