Click or drag to resize

CefTaskRunnerIsSame Method

Returns true if this object is pointing to the same task runner as |that| object.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool IsSame(
	CefTaskRunner that
)

Parameters

that  CefTaskRunner
 

Return Value

Boolean
See Also