Share via


IChatHistoryReducer.GetHashCode Method

Definition

Each reducer shall implement custom hash-code generation so that different reducers of the same configuration can be evaluated for equivalency.

public int GetHashCode ();
abstract member GetHashCode : unit -> int
Public Function GetHashCode () As Integer

Returns

Applies to