LogId.Equality(LogId, LogId) Operator
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.