AttributeTypeDisplayName.Inequality Operator

Definition

Indicates whether two AttributeTypeDisplayName instances are different.

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

Parameters

attributeTypeDisplayNameA
AttributeTypeDisplayName

Specifies a AttributeTypeDisplayName.

attributeTypeDisplayNameB
AttributeTypeDisplayName

Specifies a AttributeTypeDisplayName.

Returns

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

Applies to