CSharp_Iterator_IsDifferentFrom() private méthode

private CSharp_Iterator_IsDifferentFrom ( IntPtr jarg1, IntPtr jarg2 ) : bool
jarg1 IntPtr
jarg2 IntPtr
Résultat bool
Exemple #1
0
    public bool IsDifferentFrom(Iterator in_rOp)
    {
        bool ret = AkSoundEnginePINVOKE.CSharp_Iterator_IsDifferentFrom(swigCPtr, Iterator.getCPtr(in_rOp));

        return(ret);
    }
Exemple #2
0
 public bool IsDifferentFrom(Iterator in_rOp)
 {
     return(AkSoundEnginePINVOKE.CSharp_Iterator_IsDifferentFrom(this.swigCPtr, Iterator.getCPtr(in_rOp)));
 }