PropertyUpdate.Equality(PropertyUpdate, PropertyUpdate) 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::Commands::PropertyUpdate left, Microsoft::VisualStudio::RpcContracts::Commands::PropertyUpdate right);
public static bool operator ==(Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate left, Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate right);
static member ( = ) : Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate * Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate -> bool
Public Shared Operator == (left As PropertyUpdate, right As PropertyUpdate) As Boolean
Parameter
- left
- PropertyUpdate
Linker Operand.
- right
- PropertyUpdate
Rechter Operand.
Gibt zurück
true , wenn der linke und der rechte Operand gleichwertig sind.