コード例 #1
0
ファイル: AVTypes.cs プロジェクト: tangyiyong/xamarin-macios
 public bool Equals(AVAudio3DVectorOrientation other)
 {
     return(Forward == other.Forward && Up == other.Up);
 }
コード例 #2
0
 public bool Equals(AVAudio3DVectorOrientation other)
 {
     return Forward == other.Forward && Up == other.Up;
 }