AttributeTypeDisplayName.Inequality Operator (AttributeTypeDisplayName, AttributeTypeDisplayName)

 

Applies To: Dynamics CRM 2015

Indicates whether two AttributeTypeDisplayName instances are different.

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

Syntax

public static bool operator !=(
    AttributeTypeDisplayName attributeTypeDisplayNameA,
    AttributeTypeDisplayName attributeTypeDisplayNameB
)
public:
static bool operator !=(
    AttributeTypeDisplayName^ attributeTypeDisplayNameA,
    AttributeTypeDisplayName^ attributeTypeDisplayNameB
)
static let inline (<>)
        attributeTypeDisplayNameA:AttributeTypeDisplayName *
        attributeTypeDisplayNameB:AttributeTypeDisplayName : bool
Public Shared Operator <> (
    attributeTypeDisplayNameA As AttributeTypeDisplayName,
    attributeTypeDisplayNameB As AttributeTypeDisplayName
) As Boolean

Parameters

Return Value

Type: System.Boolean

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

See Also

AttributeTypeDisplayName Class
Microsoft.Xrm.Sdk.Metadata Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright