Method ContainsKey
ContainsKey(string)
If this field is a GffResourceFieldStruct, determines if the specified key exists in the structure.
public virtual bool ContainsKey(string key)
Parameters
keystringThe key to locate in the GffResourceFieldStruct./
Returns
- bool
True if the field is a GffResourceFieldStruct and the key exists. Otherwise, false.