Click or drag to resize

VoidValueEquality Operator

Always true.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public static bool operator ==(
	VoidValue first,
	VoidValue second
)

Parameters

first
Type: Resto.Front.ApiVoidValue
second
Type: Resto.Front.ApiVoidValue

Return Value

Type: Boolean
See Also