ClientName Equals Method (Object)Nemiro.OAuth
Determines whether two object instances are equal.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public override bool Equals(
	Object o
)

Parameters

o
Type: System Object
The object to compare with the current instance of the ClientName.

Return Value

Type: Boolean
true if the specified object is equal to the current ClientName; otherwise, false.
See Also