TopicModel.Equals Method

Namespace
Kampute.DocToolkit.Models
Assembly
  • Kampute.DocToolkit.dll
TopicModel.Equals(TopicModel)Determines whether the specified TopicModel is equal to the current TopicModel instance.
TopicModel.Equals(object)Determines whether the specified object is equal to the current instance.

TopicModel.Equals(TopicModel)

Determines whether the specified TopicModel is equal to the current TopicModel instance.
public bool Equals(TopicModel other)

Parameters

other TopicModel
The TopicModel to compare with the current instance.

Returns

bool
true if the specified TopicModel is equal to the current instance; otherwise, false.

TopicModel.Equals(object)

Determines whether the specified object is equal to the current instance.
public override bool Equals(object obj)

Parameters

obj object
The object to compare with the current instance.

Returns

bool
true if the specified object is a TopicModel and is equal to the current instance; otherwise, false.