Click or drag to resize

ObjectIdEquals(ObjectId) Method

Checks if this ObjectId is equal to the given object. Returns true if the given object is equal to the value of this instance. Returns false otherwise.

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool Equals(
	ObjectId other
)

Parameters

other  ObjectId
 

Return Value

Boolean

Implements

IEquatableTEquals(T)
See Also