Freigeben über


LogId.Equality(LogId, LogId) Operator

Definition

Gleichheitsvergleichsoperator.

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

Parameter

left
LogId

Linker Operand.

right
LogId

Rechter Operand.

Gibt zurück

true , wenn der linke und der rechte Operand gleichwertig sind.

Gilt für: