ProjectIdentifier.Equality(ProjectIdentifier, ProjectIdentifier) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.