Click or drag to resize

TypeReferenceEquals Method (Object)

Determines whether the specified Object is equal to the current TypeReference.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to compare to the current TypeReference.

Return Value

Type: Boolean
if the specified Object is equal to the current TypeReference; otherwise, .
See Also