ModelAnnotation.GetHashCode Method
This member overrides Object.GetHashCode(), and more complete documentation might be available in that topic.
Not required.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overrides NotOverridable Function GetHashCode As Integer
public override sealed int GetHashCode()
public:
virtual int GetHashCode() override sealed
abstract GetHashCode : unit -> int
override GetHashCode : unit -> int
public override final function GetHashCode() : int
Return Value
Type: System.Int32
The hash code.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.