#set($booleanResponse = $unit.Equals($obj))
var booleanResponse = unit.Equals(obj);
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
obj | Object | Obj | Required |
Boolean
#set($int32Response = $unit.GetHashCode())
var int32Response = unit.GetHashCode();
Int32
#set($stringResponse = $unit.ToString())
var stringResponse = unit.ToString();
String