Compartir a través de


GetHashCode Method

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Gets the edge hash code from the label and target node hash codes.

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicOverridesFunctionGetHashCodeAsInteger
'Usage
DiminstanceAsEdgeDimreturnValueAsIntegerreturnValue = instance.GetHashCode()
publicoverrideintGetHashCode()
public:
virtualintGetHashCode() override
publicoverridefunctionGetHashCode() : int

Return Value

Type: System. . :: . .Int32
The edge’s hash code.

.NET Framework Security

See Also

Reference

Edge Structure

Edge Members

System.Dataflow Namespace