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