|   | FrameGreaterThanOrEqual Operator | 
        
        
            Returns true if left 
Frame timestamp is greater than or equal to right 
Frame timestamp.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic static bool operator >=(
	Frame frame1,
	Frame frame2
)
Public Shared Operator >= ( 
	frame1 As Frame,
	frame2 As Frame
) As Boolean
public:
static bool operator >=(
	Frame^ frame1, 
	Frame^ frame2
)
static let inline (>=)
        frame1 : Frame * 
        frame2 : Frame  : boolJavaScript does not support overloaded operators.
Parameters
- frame1  Frame
- The Frame left hand operand.
- frame2  Frame
- The Frame right hand operand.
Return Value
BooleanA 
Boolean representing the result of the operation.
 See Also
See Also