프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Empty |
메소드 | 설명 | |
---|---|---|
Equals ( |
Returns true if the two objects are equal. This is a case-insensitive comparison. |
|
Equals ( object obj ) : bool |
Determines whether the specified object, is equal to this instance. This is a case-insensitive comparison. |
|
GetHashCode ( ) : int |
Returns a hash code for this instance. This is a case-insensitive comparison. |
|
SQLiteObjectName ( string name ) : System |
Initializes a new instance of the SQLiteObjectName struct.
|
|
ToQuotedString ( ) : string |
To the quoted string.
|
|
ToString ( ) : string |
Returns a string that represents this instance.
|
|
operator ( ) : bool |
Implements the operator !=. This is a case-insensitive comparison. |
메소드 | 설명 | |
---|---|---|
Normalize ( string value ) : string |
public Equals ( object obj ) : bool | ||
obj | object | The |
리턴 | bool |
public SQLiteObjectName ( string name ) : System | ||
name | string | The name. |
리턴 | System |