Share via


IChatHistoryReducer.Equals(Object) Method

Definition

Each reducer shall override equality evaluation so that different reducers of the same configuration can be evaluated for equivalency.

public bool Equals (object? obj);
abstract member Equals : obj -> bool
Public Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Returns

Applies to