StorageUri.Equals Method (StorageUri)

Windows Runtime Azure Storage Client Library

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

Namespace: Microsoft.WindowsAzure.Storage
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

Visual Basic
Dim instance As StorageUri
Dim other As StorageUri
Dim returnValue As Boolean

returnValue = instance.Equals(other)

Syntax

Visual Basic
Public Function Equals ( _
	other As StorageUri _
) As Boolean
C#
public bool Equals (
	StorageUri other
)
C++
public:
bool Equals (
	StorageUri^ other
)
J#
public boolean Equals (
	StorageUri other
)
JScript
public function Equals (
	other : StorageUri
) : boolean

Parameters

other

An object to compare with this object.

Return Value

true if the current object is equal to the other parameter; otherwise, false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also