typealias Morphology.PartOfSpeech.RawValue
The raw value type of the grammatical part of speech enumeration.
文法的品詞列挙の生の値型。
var rawValue : Int
The raw value of the grammatical part of speech instance.
文法的品詞インスタンスの生の値。
Availability 有効性
Technology
static func != (lhs: Morphology
.PartOfSpeech
, rhs: Morphology
.PartOfSpeech
) -> Bool
lhs
A value to compare. 比較する値。
rhs
Another value to compare. もう一方の比較する値。
true
if the values are not equal; otherwise, false
.
true
、もし値が等しくないならば;そうでなければ、false
。
typealias Morphology.PartOfSpeech.RawValue
var rawValue : Int