Udostępnij za pośrednictwem


ProjectIdentifier.Equality(ProjectIdentifier, ProjectIdentifier) Operator

Definition

Indicates whether left and right equiavlent.

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

Parameters

left
ProjectIdentifier

Left item.

right
ProjectIdentifier

Right item.

Returns

True if the items are equiavlent.

Applies to