Table of Contents

Method Equals

Namespace
Kepware.Api.Model
Assembly
Kepware.Api.dll

Equals(BaseEntity?)

Compares the current entity with another for equality.

public virtual bool Equals(BaseEntity? other)

Parameters

other BaseEntity

The other entity to compare with.

Returns

bool

True if the entities are equal, false otherwise.