Hashable

Overview

Location

Properties


hashValue

 

property hashValue: Int32 read;

 

Int32 hashValue { get; }

 

var hashValue: Int32 { get{} }

 

Int32 hashValue { __get; }

 

ReadOnly Property hashValue() As Int32

Required Methods


isEqual    (declared in Equatable)

 

method isEqual(aOther: SwiftObject): Boolean

 

Boolean isEqual(SwiftObject aOther)

 

func isEqual(_ aOther: SwiftObject) -> Boolean

 

Boolean isEqual(SwiftObject aOther)

 

Function isEqual(aOther As SwiftObject) As Boolean

Parameters:

  • aOther: