Click or drag to resize
AssemblyEquals Method
Determines whether this assembly and the specified object are equal.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override bool Equals(
	Object o
)

Parameters

o
Type: SystemObject
The object to compare with this instance.

Return Value

Type: Boolean
true if o is equal to this instance; otherwise, false.
See Also