Open epels opened 6 years ago
MasterCardAction.CardId
int?
myNullableField.HasValue
myNullableField != null
Steps to reproduce:
MasterCardAction.CardId
is anint?
)What should happen:
myNullableField.HasValue
What happens:
myNullableField != null