AttributeTypeDisplayName.Equality Operator

Definition

Indicates whether two AttributeTypeDisplayName instances are the same.

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 ( = ) : 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 the same; otherwise, false.

Applies to