Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

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)

Syntax

 
public bool Equals(
	StorageUri other
)
 
public:
bool Equals(
	StorageUri^ other
)
 
member Equals : 
        other:StorageUri -> bool
 
Public Function Equals (
	other As StorageUri
) As Boolean

Return Value

Type: System.BooleanSystem::BooleanSystem.BooleanSystem.Boolean

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

Return to top