IEquatable<T>
Overview
Makes an object comparable on itself.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
Required Methods
Equals
Compares this object with another object of the same type.
method Equals(other: T): Boolean
Boolean Equals(T other)
func Equals(_ other: T) -> Boolean
Boolean Equals(T other)
Function Equals(other As T) As Boolean
Parameters:
- other:
GetHashCode
Returns the hash value of this object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32