MemberInfoComparer.Equals Method

Namespace
Kampute.DocToolkit.Metadata
Assembly
  • Kampute.DocToolkit.dll

Definition

Determines whether the specified members are equal.
public bool Equals(MemberInfo x, MemberInfo y)

Parameters

x MemberInfo
The first member to compare.
y MemberInfo
The second member to compare.

Returns

bool
true if the specified members are equal; otherwise, false.