MemberAccessorEquals Method

Determines whether the specified Object is equal to the current MemberAccessor.

Definition

Namespace: KGySoft.Reflection
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
The object to compare with the current MemberAccessor.

Return Value

Boolean
if the specified object is equal to the current MemberAccessor; otherwise, .

See Also