示例#1
0
 public bool AffectivEqual(EmoState state)
 {
     return(EdkDll.ES_AffectivEqual(this.GetHandle(), state.GetHandle()));
 }
示例#2
0
 /// <summary>
 /// Check whether two states are with identical 'emotiv' state
 /// </summary>
 /// <param name="state">EmoState</param>
 /// <returns>true: Equal, false: Different</returns>
 public Boolean AffectivEqual(EmoState state)
 {
     return(EdkDll.ES_AffectivEqual(GetHandle(), state.GetHandle()));
 }