CompanyDtoEquals(Object) Method
Determines whether the specified object is equal to the current object.
Namespace: MobileTrack.Common.ModelsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public override bool Equals(
Object? obj
)
- obj Object
- The object to compare with the current object.
Boolean if the specified object is equal to the current object; otherwise,
.