AttributeTypeDisplayName.Inequality Operator (AttributeTypeDisplayName, AttributeTypeDisplayName)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

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 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

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright