Click or drag to resize

TypeReferenceEquals(TypeReference) Method

Returns a value indicating whether the this instance is equal to the specified instance.

Namespace: Ookii.Jumbo
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public bool Equals(
	TypeReference other
)

Parameters

other  TypeReference
The instance to compare to.

Return Value

Boolean
if the instances are equal; otherwise, .

Implements

IEquatableTEquals(T)
See Also