AttributeTypeDisplayName.Equality Operator (AttributeTypeDisplayName, AttributeTypeDisplayName)
Applies To: Dynamics CRM 2015
Indicates whether two AttributeTypeDisplayName instances are the same.
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
attributeTypeDisplayNameA
Type: Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayNameType: AttributeTypeDisplayName. Specifies a AttributeTypeDisplayName.
attributeTypeDisplayNameB
Type: Microsoft.Xrm.Sdk.Metadata.AttributeTypeDisplayNameType: AttributeTypeDisplayName. Specifies a AttributeTypeDisplayName.
Return Value
Type: System.Boolean
Type: Boolean
true if the values of attributeTypeDisplayNameA and attributeTypeDisplayNameB are the same; otherwise, false.
See Also
AttributeTypeDisplayName Class
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright