Udostępnij przez


LogId.Equality(LogId, LogId) Operator

Definicja

Operator porównania równości.

public:
 static bool operator ==(Microsoft::VisualStudio::RpcContracts::Logging::LogId left, Microsoft::VisualStudio::RpcContracts::Logging::LogId right);
public static bool operator ==(Microsoft.VisualStudio.RpcContracts.Logging.LogId left, Microsoft.VisualStudio.RpcContracts.Logging.LogId right);
static member ( = ) : Microsoft.VisualStudio.RpcContracts.Logging.LogId * Microsoft.VisualStudio.RpcContracts.Logging.LogId -> bool
Public Shared Operator == (left As LogId, right As LogId) As Boolean

Parametry

left
LogId

Lewy operand.

right
LogId

Prawy operand.

Zwraca

true jeśli lewy i prawy operand są równoważne.

Dotyczy