ILiveWatchFormatterCompare Method

Checks whether the given value (typically coming from GetValue(LiveVariableQueryMode)) matches a live watch breakpoint created by the user.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
bool Compare(
	ScalarCondition condition,
	byte[] value
)

Parameters

condition  ScalarCondition
The condition created for the given breakpoint.
value  Byte
The raw variable value.

Return Value

Boolean

[Missing <returns> documentation for "M:VisualGDBExtensibility.LiveWatch.ILiveWatchFormatter.Compare(VisualGDBExtensibility.LiveWatch.ScalarCondition,System.Byte[])"]

See Also