Udostępnij za pośrednictwem


ProjectIdentifier.Inequality(ProjectIdentifier, ProjectIdentifier) Operator

Definition

Indicates whether left and right different.

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 op_Inequality : 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 different.

Applies to