CustomAttrib.Equality(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 ( = ) : 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