PocketPlanner Programmer's Guide

Style.GetHashCode Method

See Also

Returns the hash code for this Style instance.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public override int GetHashCode ()

Visual Basic

Public Overrides Function GetHashCode () As Integer

 Return Value

A hash code for this object.

 See Also