Method Equals
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
public override bool Equals(object obj)
Object | obj |
Returns
Boolean |
Overrides
Equals(LLVMDiagnosticInfoRef)
Tests another for reference equality
Declaration
public bool Equals(LLVMDiagnosticInfoRef other)
Parameters
public bool Equals(LLVMDiagnosticInfoRef other)
LLVMDiagnosticInfoRef | other | Other block to compare |
Returns
Boolean | true if the other handle refers to the same native object (e.g. reference equality) |