EventId.Equality(EventId, EventId) Operatör

Tanım

Belirtilen EventId iki örneğin aynı değere sahip olup olmadığını denetler. Aynı kimliklere sahipse eşit olur.

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 ( = ) : 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

true nesneler eşitse.

Şunlara uygulanır