OpCode.Equals Method (Object)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Tests whether the given object is equal to this Opcode.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
- Type: System.Object
The object to compare to this object.
Return Value
Type: System.Booleantrue if obj is an instance of Opcode and is equal to this object; otherwise, false.
Show: