Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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:
virtual bool Equals(
	StorageUri^ other
) sealed
 
abstract Equals : 
        other:StorageUri -> bool
override 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