Determines whether this assembly and the specified object are equal.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public override bool Equals(
Object o
)
Parameters
- o
- Type: SystemObject
The object to compare with this instance.
Return Value
Type:
Booleantrue if
o is equal to this instance; otherwise, false.
See Also