Equals

Reflection.Equals method

Determines whether the specified Reflection is equal to the current Reflection.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe Reflection to compare.

Return Value

true if objects are equal; otherwise, false.

See Also