|
M
Compare(ElementId)
|
int
|
Compares two element ids.
|
|
|
M
Equals(Object)
|
bool
|
Determines whether the specified Object is equal to the current Object . (Overrides Object . Equals(Object) .)
|
|
|
M
GetHashCode()
|
int
|
Gets the value of the id as hash code (Overrides Object . GetHashCode . .)
|
|
|
M
GetType
|
None
|
Gets the Type of the current instance. (Inherited from Object .)
|
Object .
|
|
M
Parse(String)
|
ElementId string represented.
|
Parse the string representation of the id into a corresponding ElementId.
|
|
|
M
ToString()
|
string
|
Gets a String representation of the value of the id. (Overrides Object . ToString . .)
|
|
|
M
TryParse(String, ElementId%)
|
bool
|
Parse the string representation of the id into a corresponding ElementId.
|
|