StringFormatName.Inequality Operator (StringFormatName, StringFormatName)

 

Applies To: Dynamics CRM 2015

Indicates whether two StringFormatName instances are different.

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public static bool operator !=(
    StringFormatName stringFormatA,
    StringFormatName stringFormatB
)
public:
static bool operator !=(
    StringFormatName^ stringFormatA,
    StringFormatName^ stringFormatB
)
static let inline (<>)
        stringFormatA:StringFormatName *
        stringFormatB:StringFormatName : bool
Public Shared Operator <> (
    stringFormatA As StringFormatName,
    stringFormatB As StringFormatName
) As Boolean

Parameters

Return Value

Type: System.Boolean

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

See Also

StringFormatName Class
Microsoft.Xrm.Sdk.Metadata Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright