Operator operator >= NamespaceZyl.VectorTraits.ExTypes AssemblyVectorTraits.dll operator >=(ExUInt128, ExUInt128) Compares two values to determine which is greater or equal. public static bool operator >=(ExUInt128 left, ExUInt128 right) Parameters left ExUInt128 The value to compare with right. right ExUInt128 The value to compare with left. Returns bool true if left is greater than or equal to right; otherwise, false.