An NDoc Documented Class Library

ASDOC Greater Than Or Equal Operator 

Greater than or equal to operator for two ASDOC (askSam Document) Objects

public static bool operator >=(
   ASDOC x,
   ASDOC y
);

Parameters

x
ASDOC (askSam Document) Object
y
ASDOC (askSam Document) Object

Return Value

is the right-hand-side ASDOC (askSam Document) Object greater than or equal to the right-hand-side ASDOC (askSam Document) Object?

Remarks

Missing <remarks> documentation for M:askSam.ASDOC.op_GreaterThanOrEqual(askSam.ASDOC,askSam.ASDOC)

See Also

ASDOC Class | askSam Namespace