CompanyEquals Method

Indicates whether the current object is equal to another object of the same type.

Definition

Namespace: Common.Core.Models
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
An object implementing the ICompany interface to compare with this object.

Return Value

Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)

See Also