Example #1
0
 /// <inheritdoc cref="object.GetHashCode" />
 public override int GetHashCode() =>
 UseInt?_intValue.GetHashCode() : _pointerValue.GetHashCode();
Example #2
0
 public override int GetHashCode() => Value.GetHashCode();
Example #3
0
 /// <summary>Gets a hash code for the current instance.</summary>
 /// <returns>A hash code for the current instance.</returns>
 public override int GetHashCode()
 {
     return(_value.GetHashCode());
 }
Example #4
0
 public override int GetHashCode()
 {
     return(_pointer.GetHashCode());
 }
Example #5
0
 public override string GetTitle(UIPickerView pickerView, nint row, nint component)
 {
     return(Sucursales[row.GetHashCode()].ToString());
 }