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
otherTopicModel- The TopicModel to compare with the current instance.
Returns
- bool
trueif 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
objobject- The object to compare with the current instance.
Returns
- bool
trueif the specified object is a TopicModel and is equal to the current instance; otherwise,false.
