Exemplo n.º 1
0
 public bool Equals(FLazyObjectPtr other)
 {
     return(Native_FLazyObjectPtr.Equals(ref this, ref other));
 }
Exemplo n.º 2
0
 public static bool operator !=(FLazyObjectPtr a, FLazyObjectPtr b)
 {
     return(!Native_FLazyObjectPtr.Equals(ref a, ref b));
 }