Click or drag to resize

InvertBoolOperationInvert Method

Inverts the specified value.

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Operations
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
protected override bool Invert(
	bool value
)

Parameters

value
Type: SystemBoolean
Value to invert.

Return Value

Type: Boolean
Inverted value.
See Also