Equals Method (Address)

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

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 Function Equals ( _
    other As Address _
) As Boolean
'Usage
Dim instance As Address
Dim other As Address
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    Address other
)
public:
virtual bool Equals(
    Address^ other
) sealed

Parameters

Return Value

Type: System.Boolean
A value indicating whether the addresses are equal.

Implements

IEquatable<T>.Equals(T)

See Also

Reference

Address Class

Equals Overload

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace