Click or drag to resize

CefRequestContextIsSame Method

Returns true if this object is pointing to the same context 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(
	CefRequestContext other
)

Parameters

other  CefRequestContext
 

Return Value

Boolean
See Also