Property | Type | Description |
---|
Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether the specified System.Object, is equal to this instance. Or if the Account Equals the other Account
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
|
operator ( ) : bool |
Implements the operator ==. Delegates to Equals.
|
Method | Description | |
---|---|---|
Account ( ) : JetBrains.Annotations |
Initializes a new instance of the Account class.
|
|
Equals ( [ other ) : bool |
Returns true if the Account.Name is equal to the other Account.Name
|
protected Account ( ) : JetBrains.Annotations | ||
return | JetBrains.Annotations |
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |