IEEAssemblyRefResolveComparer.CompareRef Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int CompareRef(System::UInt32 cookieFirst, System::UInt32 cookieSecond, System::UInt32 cookieTarget, [Runtime::InteropServices::Out] int % firstIsBetter);
public int CompareRef(uint cookieFirst, uint cookieSecond, uint cookieTarget, out int firstIsBetter);
abstract member CompareRef : uint32 * uint32 * uint32 * int -> int
Public Function CompareRef (cookieFirst As UInteger, cookieSecond As UInteger, cookieTarget As UInteger, ByRef firstIsBetter As Integer) As Integer
Parameters
- cookieFirst
- UInt32
- cookieSecond
- UInt32
- cookieTarget
- UInt32
- firstIsBetter
- Int32