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