Struct BlobBlock
Represents a single block in a block blob. It describes the block's ID and size.
Namespace: Azure.Storage.Blobs.Models
Assembly: Azure.Storage.Blobs.dll
Syntax
public struct BlobBlock : IEquatable<Azure.Storage.Blobs.Models.BlobBlock>
Properties
Name
Size
Methods
Equals(BlobBlock)
Check if two BlobBlock instances are equal.
Declaration
[System.ComponentModel.EditorBrowsable]
public bool Equals (Azure.Storage.Blobs.Models.BlobBlock other);
Parameters
BlobBlock
other
The instance to compare to. |
Returns
Boolean
True if they're equal, false otherwise. |
Equals(Object)
Check if two BlobBlock instances are equal.
Declaration
[System.ComponentModel.EditorBrowsable]
public override bool Equals (object obj);
Parameters
Object
obj
The instance to compare to. |
Returns
Boolean
True if they're equal, false otherwise. |
GetHashCode()
Get a hash code for the BlobBlock.
Declaration
[System.ComponentModel.EditorBrowsable]
public override int GetHashCode ();
Returns
Int32
|