Click or drag to resize

ConversionsToCompareIdReturnValue Method

Converts a result of a comparison to the CompareIdReturnValue type.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static CompareIdReturnValue ToCompareIdReturnValue(
	int i
)

Parameters

i
Type: SystemInt32
The integer value.

Return Value

Type: CompareIdReturnValue
A CompareIdReturnValue value.
See Also