Click or drag to resize

FieldWrapperTGreaterThanOrEqual 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 or equal to w2.
See Also