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
See Also