Click or drag to resize

FieldWrapperTGreaterThan Operator

Namespace:  WhetStone.Fielding
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static bool operator >(
	FieldWrapper<T> w1,
	FieldWrapper<T> w2
)

Parameters

w1
Type: WhetStone.FieldingFieldWrapperT
The first FieldWrapperT to compare
w2
Type: WhetStone.FieldingFieldWrapperT
The second FieldWrapperT to compare

Return Value

Type: Boolean
Whether w1 is greater than w2.
See Also