Table of Contents

Operator operator ==

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

operator ==(Comdat, Comdat)

Compare two instances for equality

public static bool operator ==(Comdat left, Comdat right)

Parameters

left Comdat

Left side of comparison

right Comdat

Right side of comparison

Returns

bool

true if left is equal to right