Edit

Share via


NotifyParentPropertyAttribute.Equals(Object) Method

Definition

Gets a value indicating whether the specified object is the same as the current object.

C#
public override bool Equals(object? obj);
C#
public override bool Equals(object obj);

Parameters

obj
Object

The object to test for equality.

Returns

true if the object is the same as this object; otherwise, false.

Applies to

See also