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

other MemberModel
The member definition to compare with the current member definition.

Returns

bool
true if the specified member definition is equal to the current member definition; otherwise, false.

MemberModel.Equals(object)

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

Parameters

obj object
The object to compare with the current object.

Returns

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