ModelEditEquals Method
Indicates whether the current object is equal to another object of the same type.
Namespace: Common.Core.ClassesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public abstract bool Equals(
Object? obj
)
- obj Object
- An object to compare with this object.
Boolean if the current object is equal to the other parameter;
otherwise,
.
IEquatableTEquals(T)