DocumentId.Equality(DocumentId, DocumentId) 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.
public:
static bool operator ==(Microsoft::CodeAnalysis::DocumentId ^ left, Microsoft::CodeAnalysis::DocumentId ^ right);
public static bool operator ==(Microsoft.CodeAnalysis.DocumentId left, Microsoft.CodeAnalysis.DocumentId right);
public static bool operator ==(Microsoft.CodeAnalysis.DocumentId? left, Microsoft.CodeAnalysis.DocumentId? right);
static member ( = ) : Microsoft.CodeAnalysis.DocumentId * Microsoft.CodeAnalysis.DocumentId -> bool
Public Shared Operator == (left As DocumentId, right As DocumentId) As Boolean
Parameter
- left
- DocumentId
- right
- DocumentId