TopicModel.Equals Method
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
| Equals(TopicModel) | Determines whether the specified TopicModel is equal to the current TopicModel instance. |
| Equals(object) | Determines whether the specified object is equal to the current instance. |
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.
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.
