<!--
{
  "availability" : [
    "iOS: 5.0.0 -",
    "iPadOS: 5.0.0 -",
    "macOS: 10.8.0 -",
    "tvOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GLKit",
  "identifier" : "/documentation/GLKit/GLKVector2AllGreaterThanOrEqualToVector2(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "GLKit"
    ],
    "preciseIdentifier" : "c:@F@GLKVector2AllGreaterThanOrEqualToVector2"
  },
  "title" : "GLKVector2AllGreaterThanOrEqualToVector2(_:_:)"
}
-->

# GLKVector2AllGreaterThanOrEqualToVector2(_:_:)

Returns a Boolean value that indicates whether each component of the first vector is greater than or equal to the corresponding component of a second vector.

```
func GLKVector2AllGreaterThanOrEqualToVector2(_ vectorLeft: GLKVector2, _ vectorRight: GLKVector2) -> Bool
```

## Parameters

`vectorLeft`

The first vector.

`vectorRight`

The second vector.

## Return Value

<doc://com.apple.documentation/documentation/Swift/true> if each component in the first vector is greater than or equal to the corresponding component of the second vector, <doc://com.apple.documentation/documentation/Swift/false> otherwise.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)