StorageUri.Equals Method (Object) (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
Determines whether the specified Object is equal to this instance.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Parameters
- obj
-
Type:
System.ObjectSystem::Object^System.ObjectSystem.Object
The Object to compare with this instance.
Return Value
Type:
System.BooleanSystem::BooleanSystem.BooleanSystem.Booleantrue if the specified Object is equal to this instance; otherwise, false.
Return to top
Determines whether the specified Object is equal to this instance.
Syntax
Parameters
- obj
-
Type:
System.ObjectSystem::Object^System.ObjectSystem.Object
The Object to compare with this instance.
Return Value
Type: System.BooleanSystem::BooleanSystem.BooleanSystem.Booleantrue if the specified Object is equal to this instance; otherwise, false.