DeploymentObjectAttribute.Inequality 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.
Gibt an, ob zwei DeploymentObjectAttribute-Instanzen ungleich sind.
public:
static bool operator !=(Microsoft::Web::Deployment::DeploymentObjectAttribute ^ attribute1, Microsoft::Web::Deployment::DeploymentObjectAttribute ^ attribute2);
public static bool operator !=(Microsoft.Web.Deployment.DeploymentObjectAttribute attribute1, Microsoft.Web.Deployment.DeploymentObjectAttribute attribute2);
static member op_Inequality : Microsoft.Web.Deployment.DeploymentObjectAttribute * Microsoft.Web.Deployment.DeploymentObjectAttribute -> bool
Public Shared Operator != (attribute1 As DeploymentObjectAttribute, attribute2 As DeploymentObjectAttribute) As Boolean
Parameter
- attribute1
- DeploymentObjectAttribute
- attribute2
- DeploymentObjectAttribute
Gibt zurück
true , wenn attribute1 und attribute2 unterschiedlich sind, falseandernfalls .
Hinweise
Die entsprechende Methode für diesen Operator ist <xref:Microsoft.Web.Deployment.DeploymentObjectAttribute.Compare%28Microsoft.Web.Deployment.DeploymentObjectAttribute%2CMicrosoft.Web.Deployment.DeploymentObjectAttribute%29?displayProperty=fullName>