Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 1.8 KB

address-equals-method-object-microsoft-dynamics-commerce-runtime-datamodel.md

File metadata and controls

74 lines (54 loc) · 1.8 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.author ms.date mtps_version dev_langs
Address.Equals Method (Object) (Microsoft.Dynamics.Commerce.Runtime.DataModel)
Equals Method (Object)
M:Microsoft.Dynamics.Commerce.Runtime.DataModel.Address.Equals(System.Object)
49839159
tonyafehr
daxcpft
05/18/2015
v=AX.60
vb
csharp
c++

Equals Method (Object)

[!INCLUDEarchive-banner]

Indicates whether the current object is equal to another object of the same type.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)

Syntax

'Declaration
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
'Usage
Dim instance As Address
Dim obj As Object
Dim returnValue As Boolean

returnValue = instance.Equals(obj)
public override bool Equals(
    Object obj
)
public:
virtual bool Equals(
    Object^ obj
) override

Parameters

Return Value

Type: System.Boolean
A value indicating whether the specified object is equal to this instance.

See Also

Reference

Address Class

Equals Overload

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace