IChatHistoryReducer.GetHashCode Method
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.
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