Click or drag to resize
Llvm.NET LogoAttributeBuilderOverlaps Method

[This is preliminary documentation and is subject to change.]

Checks if this builder overlaps the attributes in another builder

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public bool Overlaps(
	AttributeBuilder other
)

Parameters

other
Type: Llvm.NET.ValuesAttributeBuilder
Other builder to check for overlap

Return Value

Type: Boolean
if this builder overlaps other
See Also