메소드 | 설명 | |
---|---|---|
Equals ( object obj ) : bool |
Override the equals function.
|
|
GetHashCode ( ) : int |
Override the GetHashCode function.
|
|
SharedLockKey ( string fileUrl, string clientId, string schemalockId ) : System |
Initializes a new instance of the SharedLockKey class.
|
public Equals ( object obj ) : bool | ||
obj | object | Specify the other instance need to be compared. |
리턴 | bool |
public SharedLockKey ( string fileUrl, string clientId, string schemalockId ) : System | ||
fileUrl | string | Specify the file URL. |
clientId | string | Specify the client id. |
schemalockId | string | Specify the schema lock id. |
리턴 | System |