CustomAttrib.Inequality(CustomAttrib, CustomAttrib) Operator

Definition

public:
 static bool operator !=(Microsoft::BizTalk::Deployment::CustomAttrib ^ firstCustomAttrib, Microsoft::BizTalk::Deployment::CustomAttrib ^ secondCustomAttrib);
public static bool operator != (Microsoft.BizTalk.Deployment.CustomAttrib firstCustomAttrib, Microsoft.BizTalk.Deployment.CustomAttrib secondCustomAttrib);
static member op_Inequality : Microsoft.BizTalk.Deployment.CustomAttrib * Microsoft.BizTalk.Deployment.CustomAttrib -> bool
Public Shared Operator != (firstCustomAttrib As CustomAttrib, secondCustomAttrib As CustomAttrib) As Boolean

Parameters

firstCustomAttrib
CustomAttrib
secondCustomAttrib
CustomAttrib

Returns

Boolean

Applies to