MemberModel.Equals Method
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
| MemberModel.Equals(MemberModel) | Determines whether the specified member definition is equal to the current member definition. |
| MemberModel.Equals(object) | Determines whether the specified object is equal to the current object. |
MemberModel.Equals(MemberModel)
Determines whether the specified member definition is equal to the current member definition.
public bool Equals(MemberModel other)Parameters
otherMemberModel- The member definition to compare with the current member definition.
Returns
MemberModel.Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)Parameters
objobject- The object to compare with the current object.
