MemoryFork.HasValue(String) Method

Definition

Checks if a value exists in the memory. The forked memory is checked first, then the original memory.

public override bool HasValue(string path);
override this.HasValue : string -> bool
Public Overrides Function HasValue (path As String) As Boolean

Parameters

path
String

Path to the value to check in the form of [scope].property. If scope is omitted, the value is checked in the temporary scope.

Returns

True if the value exists, false otherwise.

Applies to