FileHash
Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Provides evidence about the hash value for a file.
Constructors
FileHash(FileHashAlgorithm, string)
Initializes a new instance of type TagBites.IO.FileHash with specified algorithm and value.
Result Type: void
Parameters
Type | Name | |
---|---|---|
FileHashAlgorithm | algorithm | The algorithm use for generating hash value. |
string | value | The value of file hash. |
Fields
Empty
Represents the empty file hash. This field is read-only.
Result Type: FileHash
Properties
Algorithm
Gets the algorithm used for generating hash value. <returns>A TagBites.IO.FileHashAlgorithm value specifies the algorithm used for generating hash value.</returns>
Result Type: FileHashAlgorithm
IsEmpty
Determines whether the current file hash is empty. <returns><see langword="true" /> if the file hash is empty; otherwise, <see langword="false" />.</returns>
Result Type: bool
Value
Gets a System.String representing the value of current file hash. <returns>Gets a System.String representing the value of current file hash.</returns>
Result Type: string
Methods
Equals(FileHash)
Determines whether the specified TagBites.IO.FileHash instance is equals to current file hash.
Result Type: bool
Parameters
Type | Name | |
---|---|---|
FileHash | other | The other object to compare. |
Equals(object)
Result Type: bool
Parameters
Type | Name | |
---|---|---|
object | obj |
GetHashCode()
Result Type: int
op_Equality(FileHash, FileHash)
Determines whether the specified TagBites.IO.FileHash instances are considered equal.
Result Type: bool
Parameters
Type | Name | |
---|---|---|
FileHash | left | The first object to compare. |
FileHash | right | The second object to compare. |
op_Inequality(FileHash, FileHash)
Determines whether the specified TagBites.IO.FileHash instances are considered different.
Result Type: bool
Parameters
Type | Name | |
---|---|---|
FileHash | left | The first object to compare. |
FileHash | right | The second object to compare. |
ToString()
Result Type: string