Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Determines whether the specified Object is equal to this instance.

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

Syntax

 
public override bool Equals(
	object obj
)
 
public:
virtual bool Equals(
	Object^ obj
) override
 
override Equals : 
        obj:Object -> bool
 
Public Overrides Function Equals (
	obj As Object
) As Boolean

Parameters

obj
Type: System.ObjectSystem::Object^System.ObjectSystem.Object

The Object to compare with this instance.

Return Value

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

true if the specified Object is equal to this instance; otherwise, false.

Return to top