DkmMD5HashValue Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Value of a calculated MD5 hash. MD5 hashes are used for the document checksum feature, which is a non-security purpose. MD5 should no longer be used for any security related purpose.
public value class DkmMD5HashValue : IComparable<Microsoft::VisualStudio::Debugger::Symbols::DkmMD5HashValue>, IEquatable<Microsoft::VisualStudio::Debugger::Symbols::DkmMD5HashValue>
[System.Runtime.InteropServices.Guid("9804843a-3774-8a13-087b-dc688a492af9")]
public struct DkmMD5HashValue : IComparable<Microsoft.VisualStudio.Debugger.Symbols.DkmMD5HashValue>, IEquatable<Microsoft.VisualStudio.Debugger.Symbols.DkmMD5HashValue>
[<System.Runtime.InteropServices.Guid("9804843a-3774-8a13-087b-dc688a492af9")>]
type DkmMD5HashValue = struct
Public Structure DkmMD5HashValue
Implements IComparable(Of DkmMD5HashValue), IEquatable(Of DkmMD5HashValue)
- Inheritance
-
DkmMD5HashValue
- Attributes
- Implements
Constructors
DkmMD5HashValue(Int32, Int32, Int32, Int32) |
Initialize a new DkmMD5HashValue value. |
Fields
Value0 |
First 32-bits of the calculated hash. |
Value1 |
Second 32-bits of the calculated hash. |
Value2 |
Third 32-bits of the calculated hash. |
Value3 |
Forth 32-bits of the calculated hash. |
Methods
CompareTo(DkmMD5HashValue) | |
Equals(DkmMD5HashValue) |
Compare two elements of the DkmMD5HashValue structure. |
GetHashCode() |
Operators
Equality(DkmMD5HashValue, DkmMD5HashValue) |
Compare two elements of the DkmMD5HashValue sructure. |
GreaterThan(DkmMD5HashValue, DkmMD5HashValue) |
Compare two elements of the DkmMD5HashValue sructure. |
GreaterThanOrEqual(DkmMD5HashValue, DkmMD5HashValue) |
Compare two elements of the DkmMD5HashValue sructure. |
Inequality(DkmMD5HashValue, DkmMD5HashValue) |
Compare two elements of the DkmMD5HashValue sructure. |
LessThan(DkmMD5HashValue, DkmMD5HashValue) |
Compare two elements of the DkmMD5HashValue sructure. |
LessThanOrEqual(DkmMD5HashValue, DkmMD5HashValue) |
Compare two elements of the DkmMD5HashValue sructure. |