Udostępnij za pośrednictwem


StringFormatName.Inequality(StringFormatName, StringFormatName) Operator

Definition

Indicates whether two StringFormatName instances are different.

public:
 static bool operator !=(Microsoft::Xrm::Sdk::Metadata::StringFormatName ^ stringFormatA, Microsoft::Xrm::Sdk::Metadata::StringFormatName ^ stringFormatB);
public static bool operator != (Microsoft.Xrm.Sdk.Metadata.StringFormatName stringFormatA, Microsoft.Xrm.Sdk.Metadata.StringFormatName stringFormatB);
static member op_Inequality : Microsoft.Xrm.Sdk.Metadata.StringFormatName * Microsoft.Xrm.Sdk.Metadata.StringFormatName -> bool
Public Shared Operator != (stringFormatA As StringFormatName, stringFormatB As StringFormatName) As Boolean

Parameters

stringFormatA
StringFormatName

Specifies a StringFormatName.

stringFormatB
StringFormatName

Specifies a StringFormatName.

Returns

true if the values of stringFormatA and stringFormatB are different; otherwise, false.

Applies to