Exemple #1
0
 private bool Equals(C4Slice other)
 {
     return(Native.c4SliceEqual(this, other));
 }